doc-src/Intro/arith.thy
author blanchet
Fri, 23 Apr 2010 17:38:25 +0200
changeset 36375 2482446a604c
parent 105 216d6ed87399
permissions -rw-r--r--
move the minimizer to the Sledgehammer directory

Arith = FOL +
classes arith < term
consts  "0"     :: "'a::arith"                  ("0")
        "1"     :: "'a::arith"                  ("1")
        "+"     :: "['a::arith,'a] => 'a"       (infixl 60)
end