doc-src/Tutorial/Datatype/tdata
author nipkow
Tue, 05 Jan 1999 17:27:59 +0100
changeset 6059 aa00e235ea27
parent 5851 15ce4c1c8313
permissions -rw-r--r--
In Main: moved Bin to the left to preserve the solver in its simpset.

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