doc-src/Intro/list.thy
author wenzelm
Mon, 04 Oct 1999 21:48:23 +0200
changeset 7707 1f4b67fdfdae
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
simprocs now in IntArith;

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