src/Tools/8bit/isa-patches/HOLCF/Cfun1.p
author oheimb
Tue, 25 Jun 1996 17:44:43 +0200
changeset 1826 2a2c0dbeb4ac
permissions -rw-r--r--
Initial revision

types

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

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

translations

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