tweak calc improvements
[lambda.git] / code / calculator / calc7.ml
index 6fc6338..6a3e55c 100644 (file)
@@ -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