doc-src/Intro/arith.thy
author wenzelm
Thu, 27 Apr 2006 15:06:42 +0200
changeset 19485 5385c9d86c2a
parent 105 216d6ed87399
permissions -rw-r--r--
renamed Source.mapfilter to Source.map_filter;

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