doc-src/Intro/bool.thy
author haftmann
Thu, 23 Feb 2012 20:33:35 +0100
changeset 46631 2c5c003cee35
parent 32960 69916a850301
permissions -rw-r--r--
moved lemmas for orderings and lattices on predicates to corresponding theories, retaining declaration order of classical rules; tuned headings; tuned syntax

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