doc-src/Intro/list.thy
author oheimb
Thu, 15 May 1997 15:51:09 +0200
changeset 3206 a3de7f32728c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed addss to addSss, unsafe_addss to addss, extended auto_tac

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