doc-src/Intro/arith.thy
author huffman
Thu, 04 Jun 2009 14:32:00 -0700
changeset 31445 c8a474a919a7
parent 105 216d6ed87399
permissions -rw-r--r--
generalize norm method to work over class real_normed_vector

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