doc-src/Intro/list.thy
author oheimb
Wed, 18 Feb 1998 18:42:54 +0100
changeset 4633 d4a074973715
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
corrected problem with auto_tac: now uses a variant of depth_tac that avoids interference of the simplifier with dup_step_tac

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