doc-src/Intro/arith.thy
author wenzelm
Mon, 26 Oct 2009 11:30:08 +0100
changeset 33178 70522979c7be
parent 105 216d6ed87399
permissions -rw-r--r--
more precise dependencies, notably for HOL-Multivariate_Analysis;

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