X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fcalculator%2Fcalc1.ml;h=b0c5cea766b3aea45b28f65bd808e07219fa0de5;hp=554ce7c5f7ad39d40bea617890ca11bab6c3feaf;hb=12ba49b7826c64a85032e1640db29d4c947347f9;hpb=00ea8839bac58c3c1d53460dd34efc4722c8a6f2 diff --git a/code/calculator/calc1.ml b/code/calculator/calc1.ml index 554ce7c5..b0c5cea7 100644 --- a/code/calculator/calc1.ml +++ b/code/calculator/calc1.ml @@ -1,4 +1,4 @@ -(* Original calculator from Week7, enhanced with Booleans and Immutable Pairs *) +(* calc1.ml: original calculator from Week7, enhanced with Booleans and Immutable Pairs *) type term = Intconstant of int