doc-src/Intro/arith.thy
author wenzelm
Sun, 15 Apr 2012 14:50:09 +0200
changeset 47484 e94cc23d434a
parent 105 216d6ed87399
permissions -rw-r--r--
some coverage of bundled declarations;

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