doc-src/Intro/arith.thy
author wenzelm
Thu, 23 Aug 2012 15:43:28 +0200
changeset 48908 713f24d7a40f
parent 105 216d6ed87399
permissions -rw-r--r--
added specific 'spark_open_vcg' and 'spark_open_siv' with formal management of corresponding source files;

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