doc-src/Intro/list.thy
author huffman
Wed, 13 Jun 2007 03:28:21 +0200
changeset 23364 1f3b832c90c1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
thm antiquotations

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