doc-src/Tutorial/Datatype/tdata
author berghofe
Tue, 22 May 2001 15:10:06 +0200
changeset 11325 a5e0289dd56c
parent 5851 15ce4c1c8313
permissions -rw-r--r--
Inductive definitions are now introduced earlier in the theory hierarchy.

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