doc-src/Intro/arith.thy
author wenzelm
Wed, 01 Aug 2007 16:55:42 +0200
changeset 24114 1b0bc10019a5
parent 105 216d6ed87399
permissions -rw-r--r--
renamed config_option.ML to config.ML; moved attrib setup to attrib.ML;

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