doc-src/Intro/arith.thy
author wenzelm
Tue, 07 Sep 2010 21:06:58 +0200
changeset 39176 b8fdd3ae8815
parent 105 216d6ed87399
permissions -rw-r--r--
Document_View: more precise painting of gutter icons, only if line selection area is sufficiently large;

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