doc-src/Intro/arith.thy
author berghofe
Mon, 10 Nov 2008 17:34:26 +0100
changeset 28729 cfd169f1dae2
parent 105 216d6ed87399
permissions -rw-r--r--
Some more functions for accessing information about atoms.

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