doc-src/Intro/arith.thy
author haftmann
Mon, 02 Oct 2006 23:01:04 +0200
changeset 20843 a5343075bdc5
parent 105 216d6ed87399
permissions -rw-r--r--
clarified some things

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