X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=code%2Fcalculator%2Fcalc5.ml;h=f855c88c8dba9b728e9fbf170585cd7d13c6f432;hb=2fbca5c72240f211e6ad7b7d776bbc96d8f09c9a;hp=593f296beb805553ab85e636f43e4b99fec06544;hpb=060198e29e2a13552ee64c1e489eea555c8b1cae;p=lambda.git diff --git a/code/calculator/calc5.ml b/code/calculator/calc5.ml index 593f296b..f855c88c 100644 --- a/code/calculator/calc5.ml +++ b/code/calculator/calc5.ml @@ -1,4 +1,4 @@ -(* calc3,ml, enhanced with Mutable Pairs *) +(* calc5.ml: calc3,ml enhanced with Mutable Pairs *) type term = Intconstant of int