doc-src/Intro/arith.thy
author haftmann
Tue, 21 Jul 2009 11:09:50 +0200
changeset 32117 0762b9ad83df
parent 105 216d6ed87399
permissions -rw-r--r--
Set.thy: prefer = over == where possible; tuned ML setup; dropped (moved) ML legacy

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