X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fcalculator%2Fcalc7.ml;fp=code%2Fcalculator%2Fcalc7.ml;h=6a3e55c1fd5bf4032a48b6a2db0713d5016bd9a7;hp=6fc6338d9ccc6edfcd699739d355318261ecac7b;hb=2fbca5c72240f211e6ad7b7d776bbc96d8f09c9a;hpb=d60496c400a5ec0e5236cfb8137c6a0748688d99 diff --git a/code/calculator/calc7.ml b/code/calculator/calc7.ml index 6fc6338d..6a3e55c1 100644 --- a/code/calculator/calc7.ml +++ b/code/calculator/calc7.ml @@ -1,4 +1,4 @@ -(* calc6.ml, enhanced with Aliases and Passing by Reference *) +(* calc7.ml: calc6.ml enhanced with Aliases and Passing by Reference *) type term = Intconstant of int