doc-src/Intro/list.thy
author huffman
Thu, 10 Jan 2008 05:37:18 +0100
changeset 25881 d80bd899ea95
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Compactness subsection with new lemmas

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