doc-src/Intro/bool.thy
author huffman
Wed, 16 Nov 2011 15:20:27 +0100
changeset 45530 0c4853bb77bf
parent 32960 69916a850301
permissions -rw-r--r--
rewrite integer numeral div/mod simprocs to not return conditional rewrites; add regression tests

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