doc-src/Intro/arith.thy
author wenzelm
Thu, 12 Mar 2009 21:55:02 +0100
changeset 30487 a14ff49d3083
parent 105 216d6ed87399
permissions -rw-r--r--
simplified preparation and outer parsing of specification; export extern cmd interfaces as well;

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