doc-src/Intro/bool.thy
author blanchet
Tue, 31 Aug 2010 10:13:04 +0200
changeset 38937 1b1a2f5ccd7d
parent 32960 69916a850301
permissions -rw-r--r--
take into consideration whether a fact is an "intro"/"elim"/"simp" rule as an additional factor influencing the relevance filter

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