doc-src/Intro/list.thy
author nipkow
Wed, 26 Aug 1998 16:57:49 +0200
changeset 5375 1463e182c533
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
The HOL tutorial.

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