doc-src/Intro/arith.thy
author kleing
Mon, 14 Jul 2003 14:44:06 +0200
changeset 14110 c45c94fa16f4
parent 105 216d6ed87399
permissions -rw-r--r--
use Library.Some/None instead of just Some/None in generated quickcheck code

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