doc-src/Intro/list.thy
author paulson
Thu, 15 Jul 1999 10:34:00 +0200
changeset 7009 d6a721e7125d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
more renaming of theorems from _nat to _int (corresponding to a function that was similarly renamed some time ago

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