doc-src/Intro/list.thy
author paulson
Tue, 26 Sep 2006 11:11:57 +0200
changeset 20711 8b52cdaee86c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed the definition of "depth"

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