doc-src/Intro/list.thy
author lcp
Tue, 07 Mar 1995 13:27:09 +0100
changeset 931 c1e2004d07bd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Deleted constQU, exvarQU, expQU by including Const, ExpVar, Exp in Value.thy's codatatype declaration.

List = FOL +
types 	list 1
arities list	:: (term)term
consts	Nil	:: "'a list"
   	Cons	:: "['a, 'a list] => 'a list" 
end