doc-src/Intro/list.thy
author wenzelm
Mon, 11 Sep 2006 21:35:19 +0200
changeset 20503 503ac4c5ef91
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
induct method: renamed 'fixing' to 'arbitrary';

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