diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 14:54:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 14:54:41 -0800 |
commit | e66851d897a378980e599134f90eb7a95f14787f (patch) | |
tree | 42d0ca4f3a5033a333cdba9a44d61750538c0346 /tangle.mu | |
parent | c0e9154d6a1fa116871794a161c6f75a71742ed4 (diff) | |
download | mu-e66851d897a378980e599134f90eb7a95f14787f.tar.gz |
2746
Diffstat (limited to 'tangle.mu')
-rw-r--r-- | tangle.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle.mu b/tangle.mu index 6d8d0e27..1b5dde66 100644 --- a/tangle.mu +++ b/tangle.mu @@ -1,4 +1,4 @@ -# example program: constructing recipes out of order +# example program: constructing functions out of order # # We construct a factorial function with separate base and recursive cases. # Compare factorial.mu. |