doc-src/Tutorial/Datatype/tdata
author kleing
Thu, 28 Feb 2002 17:21:48 +0100
changeset 12974 7acfab8361d1
parent 5851 15ce4c1c8313
permissions -rw-r--r--
enforce positive branch targets

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