X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fcalculator%2Fcalc6.ml;h=9cf5abc35f5a4f95a07c908a96467ad86cd71acf;hp=fa3f1832f861df1ed6483292cee62188ecb6bc93;hb=2fbca5c72240f211e6ad7b7d776bbc96d8f09c9a;hpb=d60496c400a5ec0e5236cfb8137c6a0748688d99 diff --git a/code/calculator/calc6.ml b/code/calculator/calc6.ml index fa3f1832..9cf5abc3 100644 --- a/code/calculator/calc6.ml +++ b/code/calculator/calc6.ml @@ -1,4 +1,4 @@ -(* calc3.ml, enhanced with Mutable Variables *) +(* calc6.ml: calc3.ml enhanced with Mutable Variables *) type term = Intconstant of int