doc-src/Intro/list.thy
author urbanc
Sun, 22 Jan 2006 21:58:43 +0100
changeset 18745 060400dc077c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
a fixme comments about abs_fun_if, which should be called perm_if and moved to the "bool"-section

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