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=573a8b36ce653c84c2aecb2b81ef99128cb41d13;hpb=00ea8839bac58c3c1d53460dd34efc4722c8a6f2 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