src/Tools/8bit/isa-patches/HOLCF/Cfun1.p2
author paulson
Wed, 14 Feb 2001 12:16:32 +0100
changeset 11115 285b31e9e026
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
a new theorem from Bryan Ford

ML
val parse_ast_translation = ("¤",    fn asts => Appl (Constant "LAM " :: asts)) ::
			    parse_ast_translation;
val print_ast_translation = ("LAM ", fn asts => Appl (Constant "¤"    :: asts)) ::
			    print_ast_translation;