src/Tools/8bit/isa-patches/HOLCF/Cfun1.p
author wenzelm
Sun, 25 Oct 1998 12:33:27 +0100
changeset 5769 6a422b22ba02
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
tuned checklist;

types

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

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

translations

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