doc-src/Intro/arith.thy
author wenzelm
Sat, 14 Apr 2007 00:46:22 +0200
changeset 22672 777af26d5713
parent 105 216d6ed87399
permissions -rw-r--r--
inst(T)_morphism: avoid reference to static theory value;

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