doc-src/Tutorial/Datatype/tunfoldeddata
author paulson
Thu, 25 May 2000 15:15:22 +0200
changeset 8974 a76f80911eb9
parent 5851 15ce4c1c8313
permissions -rw-r--r--
sum_below moved here from Arith

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)