doc-src/Intro/list.thy
author berghofe
Tue, 11 Mar 2003 14:13:20 +0100
changeset 13855 644692eca537
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
addsplits / delsplits no longer ignore type of constant.

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