doc-src/Intro/arith.thy
author berghofe
Thu, 18 Feb 2010 17:27:18 +0100
changeset 35210 6e45e4c94751
parent 105 216d6ed87399
permissions -rw-r--r--
Added function rewrite_term_top for top-down rewriting.

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