doc-src/Intro/list.thy
author paulson
Wed, 07 Jun 2000 12:07:07 +0200
changeset 9042 4d4521cbbcca
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Real/simproc.ML now removed

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