src/Tools/8bit/isa-patches/HOLCF/Cfun1.p2
author wenzelm
Wed, 26 Nov 1997 16:34:13 +0100
changeset 4284 eb65491ae776
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
removed merge_opts;

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;