X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=code%2Fcalculator%2Fcalc7.ml;h=6a3e55c1fd5bf4032a48b6a2db0713d5016bd9a7;hb=4d820711650b0ec6e0402d6d4dc46d7de23e6653;hp=6fc6338d9ccc6edfcd699739d355318261ecac7b;hpb=00ea8839bac58c3c1d53460dd34efc4722c8a6f2;p=lambda.git 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