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