doc-src/Intro/list.thy
author blanchet
Thu, 19 Aug 2010 18:16:47 +0200
changeset 38606 3003ddbd46d9
parent 32960 69916a850301
permissions -rw-r--r--
encode "fequal" reasoning rules in Metis problem, just as is done for Sledgehammer -- otherwise any proof that relies on "fequal" found by Sledgehammer can't be reconstructed

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