doc-src/Intro/list.thy
author paulson
Mon, 17 Mar 2003 17:37:20 +0100
changeset 13865 0a6bf71955b0
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved one proof, added another

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