doc-src/Intro/list.thy
author paulson
Tue, 05 Sep 2000 13:12:00 +0200
changeset 9843 cc8aa63bdad6
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tidied, proving gcd_greatest_iff and using induct_tac

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