src/Tools/8bit/isa-patches/HOLCF/Cfun1.p
author wenzelm
Thu, 16 Oct 1997 13:45:27 +0200
changeset 3894 8b9f0bc6dc1a
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
oops;

types

('a, 'b) "è"          (infixr 5)

syntax
	Gfabs	:: "('a => 'b)=>('a -> 'b)"	(binder "¤" 10)

translations

(type)  "x è y"	== (type) "x -> y"