doc-src/Intro/list.thy
author wenzelm
Tue, 28 Jul 1998 17:03:12 +0200
changeset 5209 a69fe5a61b6c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
theory_of renamed to theory (and made public);

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