doc-src/Intro/list.thy
author blanchet
Fri, 20 Aug 2010 10:58:01 +0200
changeset 38608 01ed56c46259
parent 32960 69916a850301
permissions -rw-r--r--
beta eta contract the Sledgehammer conjecture (and also the axioms, although this might not be needed), just like Metis does (implicitly); another consequence of the transition to FOF

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