X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=using_the_programming_languages.mdwn;h=dabcf14e2b9e9934c6514b9ce8cd911bd57482a0;hp=1fab79facc01e03d6d37f6deab771db25014bd4f;hb=cd24e6b0f3faf45ef683d6f112e8dc717a0345f9;hpb=72c158e8d807d2ca59fde96b2f06f0dbb8055ba9 diff --git a/using_the_programming_languages.mdwn b/using_the_programming_languages.mdwn index 1fab79fa..dabcf14e 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