doc-src/Intro/list.thy
author lcp
Fri, 20 Jan 1995 10:41:01 +0100
changeset 870 ef6faaa415dc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Replaced ordermap_z_lepoll by ordermap_z_lt, which is stronger and has a simpler proof. Modified proof of ordermap_csquare_le accordingly.

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