X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fcalculator%2Fcalc4.ml;h=1343827d69844c6bd5386af8f76ac2dd7dc8d62b;hp=54519f0c6121f0630d1da925374e49dfcb526960;hb=35949604299e54f944273e8aba8cd2dd33179415;hpb=060198e29e2a13552ee64c1e489eea555c8b1cae diff --git a/code/calculator/calc4.ml b/code/calculator/calc4.ml index 54519f0c..1343827d 100644 --- a/code/calculator/calc4.ml +++ b/code/calculator/calc4.ml @@ -1,4 +1,4 @@ -(* calc3.ml, enhanced with Mutable Cells *) +(* calc4.ml: calc3.ml enhanced with Mutable Cells *) type term = Intconstant of int