doc-src/Intro/list.thy
author wenzelm
Wed, 06 Aug 2008 00:11:12 +0200
changeset 27753 94b672153b49
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
sort/typ/term/prop: inner_syntax markup encodes original source position; added typ/term/prop_group (without inner_syntax markup);

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