doc-src/Intro/list.thy
author wenzelm
Sun, 01 Oct 2006 18:29:26 +0200
changeset 20809 6c4fd0b4b63a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved theory Infinite_Set to Library;

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