doc-src/Tutorial/Datatype/tunfoldeddata
author paulson
Tue, 18 Apr 2000 15:51:59 +0200
changeset 8736 0bfd6678a5fa
parent 5851 15ce4c1c8313
permissions -rw-r--r--
new simprocs for numerals of type "nat"

datatype ('a,'b)term = Var 'a | App 'b (('a,'b)term_list)
and ('a,'b)term_list = Nil | Cons (('a,'b)term) (('a,'b)term_list)