doc-src/Intro/list.thy
author haftmann
Mon, 23 Feb 2009 21:38:36 +0100
changeset 30076 f3043dafef5f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
improved treatment of case certificates

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