doc-src/Intro/arith.thy
author oheimb
Wed, 18 Feb 1998 18:42:54 +0100
changeset 4633 d4a074973715
parent 105 216d6ed87399
permissions -rw-r--r--
corrected problem with auto_tac: now uses a variant of depth_tac that avoids interference of the simplifier with dup_step_tac

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