src/Tools/8bit/isa-patches/HOLCF/Cfun1.p2
author paulson
Mon, 23 Sep 1996 17:42:56 +0200
changeset 2003 b48f066d52dc
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
Addition of gensym
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1826
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     1
ML
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     2
val parse_ast_translation = ("¤",    fn asts => Appl (Constant "LAM " :: asts)) ::
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     3
			    parse_ast_translation;
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     4
val print_ast_translation = ("LAM ", fn asts => Appl (Constant "¤"    :: asts)) ::
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     5
			    print_ast_translation;