doc-src/Intro/list.thy
author haftmann
Wed, 23 Sep 2009 14:00:12 +0200
changeset 32657 5f13912245ff
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Code_Eval(uation)

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