From: Jim Pryor Date: Mon, 20 Sep 2010 16:17:47 +0000 (-0400) Subject: tweak ml code/instructions X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=47235bf81d3cbe019b7ddcd5321c4679445c25e9 tweak ml code/instructions Signed-off-by: Jim Pryor --- diff --git a/using_the_programming_languages.mdwn b/using_the_programming_languages.mdwn index dabcf14e..5dfcb365 100644 --- a/using_the_programming_languages.mdwn +++ b/using_the_programming_languages.mdwn @@ -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