doc-src/Intro/list.thy
author huffman
Thu, 17 May 2007 00:45:27 +0200
changeset 22985 501e6dfe4e5a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleaned up proof of Maclaurin_sin_bound

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