doc-src/Intro/list.thy
author haftmann
Sun, 31 Jan 2010 14:51:31 +0100
changeset 34976 06df18c9a091
parent 32960 69916a850301
permissions -rw-r--r--
generalized lemma foldl_apply_inv to foldl_apply

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