doc-src/Intro/bool.thy
author hoelzl
Wed, 18 Apr 2012 14:29:19 +0200
changeset 47596 c031e65c8ddc
parent 32960 69916a850301
permissions -rw-r--r--
add lemma to equate floor and div

Bool = FOL +
types   bool 0
arities bool    :: term
consts tt,ff    :: "bool"
end