doc-src/Intro/list.thy
author wenzelm
Mon, 17 Mar 2008 18:37:03 +0100
changeset 26302 68b073052e8c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
proper naming of knows_Outpts_insecureM, knows_subset_knows_A_Gets;

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