doc-src/Intro/arith.thy
author Christian Urban <urbanc@in.tum.de>
Sun, 26 Apr 2009 00:42:49 +0200
changeset 30986 047fa04a9fe8
parent 105 216d6ed87399
permissions -rw-r--r--
deleted thm-attributes "fresh" and "bij" (not used); same features can later be implemented by simpler means

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