doc-src/Intro/list.thy
author bulwahn
Tue, 05 Apr 2011 09:38:23 +0200
changeset 42230 594480d25aaa
parent 32960 69916a850301
permissions -rw-r--r--
deriving bounded_forall instances in quickcheck_exhaustive

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