doc-src/Intro/arith.thy
author berghofe
Tue, 04 Jul 2006 15:26:56 +0200
changeset 19987 b97607d4d9a5
parent 105 216d6ed87399
permissions -rw-r--r--
- put declarations inside a structure (NominalPermeq) - dynamic_thm(s) now looks up theorems in theory associated with proof state (rather than in context associated with simpset) - finite_guess_tac now automatically adds some extra rules about supp to the simpset

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