doc-src/Intro/arith.thy
author haftmann
Sun, 22 Jul 2012 09:56:34 +0200
changeset 48427 571cb1df0768
parent 105 216d6ed87399
permissions -rw-r--r--
library theories for debugging and parallel computing using code generation towards Isabelle/ML

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