doc-src/Intro/bool.thy
author haftmann
Mon, 25 Oct 2010 13:34:58 +0200
changeset 40122 1d8ad2ff3e01
parent 32960 69916a850301
permissions -rw-r--r--
dropped (almost) redundant distinct.induct rule; distinct_simps again named distinct.simps

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