doc-src/Intro/arith.thy
author blanchet
Mon, 04 Apr 2011 18:53:35 +0200
changeset 42227 662b50b7126f
parent 105 216d6ed87399
permissions -rw-r--r--
if "monomorphize" is enabled, mangle the type information in the names by default

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