doc-src/Intro/list.thy
author berghofe
Wed, 07 May 2008 10:56:37 +0200
changeset 26795 a27607030a1c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
- Explicitely applied predicate1I in a few proofs, because it is no longer part of the claset - Explicitely passed pred_subset_eq and pred_equals_eq as an argument to the to_set attribute, because it is no longer applied automatically

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