doc-src/Tutorial/Datatype/tdata
author wenzelm
Tue, 21 Nov 2000 19:03:27 +0100
changeset 10506 01333dbe1431
parent 5851 15ce4c1c8313
permissions -rw-r--r--
replace \<dots>;

datatype ('a,'b)term = Var 'a | App 'b ((('a,'b)term)list)