doc-src/Intro/list.thy
author lcp
Fri, 09 Sep 1994 11:52:38 +0200
changeset 595 96c87d5bb015
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added mention of directory IMP; tidied the section on examples.

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