doc-src/Intro/bool.thy
author huffman
Tue, 23 Aug 2011 14:11:02 -0700
changeset 44457 d366fa5551ef
parent 32960 69916a850301
permissions -rw-r--r--
declare euclidean_simps [simp] at the point they are proved; avoid duplicate rule warnings;

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