doc-src/Intro/list.thy
author haftmann
Sun, 26 Apr 2009 08:45:37 +0200
changeset 30996 648d02b124d8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleaned up Power theory

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