doc-src/Intro/list.thy
author kleing
Tue, 20 May 2003 11:52:42 +0200
changeset 14040 8a2c8f762837
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
be less verbose about simplification depth

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