doc-src/Intro/list.thy
author berghofe
Fri, 28 Sep 2001 16:42:58 +0200
changeset 11620 54e2f4c8c3cb
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added \ttlbrack and \ttrbrack.

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