doc-src/Intro/list.thy
author wenzelm
Thu, 26 Feb 2009 20:09:14 +0100
changeset 30118 df610709eda5
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
more explicit indication of old manuals;

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