doc-src/Intro/list.thy
author huffman
Wed, 08 Nov 2006 00:34:15 +0100
changeset 21238 c46bc715bdfd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
generalized types of of_nat and of_int to work with non-commutative types

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