doc-src/Intro/arith.thy
author wenzelm
Fri, 05 Feb 2010 19:48:13 +0100
changeset 35002 fbb40a1091ea
parent 105 216d6ed87399
permissions -rw-r--r--
try "GTK+" as well -- note that "Nimbus" is unavailable in versions of OpenJDK;

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