doc-src/Intro/arith.thy
author wenzelm
Fri, 05 Nov 2010 22:01:01 +0100
changeset 40385 b70ef70733e8
parent 105 216d6ed87399
permissions -rw-r--r--
reflect actual content of /home/isabelle/.html-data/cgi-bin/hgwebdir.cgi;

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