doc-src/Intro/list.thy
author wenzelm
Mon, 13 Oct 1997 17:49:50 +0200
changeset 3855 4bdf32173f6f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed extern; added str_of_classrel, str_of_arity, str_of_arity;

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