doc-src/Intro/list.thy
author huffman
Tue, 22 May 2007 07:29:49 +0200
changeset 23069 cdfff0241c12
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
rename lemmas LIM_ident, isCont_ident, DERIV_ident

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