tweak ml code/instructions
[lambda.git] / using_the_programming_languages.mdwn
index dabcf14..5dfcb36 100644 (file)
@@ -48,11 +48,11 @@ know much OCaml yet to use it. Using it looks like this:
                        pp FORMULA                              to print a formula, unreduced
                        pn FORMULA                              to print the normal form of a formula (when possible)
                        pi FORMULA                              to print the integer which FORMULA is a Church numeral for (when possible)
-                       
+                         
                        alpha_eq FORM1 FORM2    are FORM1 and FORM2 syntactically equivalent (up to alpha-conversion)?
                                                                        this does not do reductions on the formulae
                *)
-               
+                 
                pi << $add$ $one$ $two$ >>;;
                - : int = 3