doc-src/Intro/list.thy
author paulson
Mon, 02 Feb 2004 12:23:46 +0100
changeset 14371 c78c7da09519
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Conversion of HyperNat to Isar format and its declaration as a semiring

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