doc-src/Intro/arith.thy
author huffman
Tue, 17 Apr 2012 14:00:09 +0200
changeset 47523 1bf0e92c1ca0
parent 105 216d6ed87399
permissions -rw-r--r--
make transfer method more deterministic by using SOLVED' on some subgoals

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