doc-src/Intro/list.thy
author wenzelm
Sat, 09 Aug 2008 22:43:59 +0200
changeset 27817 78cae5cca09e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed ML_Lex.val_of to content_of;

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