doc-src/Intro/bool.thy
author haftmann
Fri, 02 Mar 2012 18:26:54 +0100
changeset 46765 07f9eda810b3
parent 32960 69916a850301
permissions -rw-r--r--
tuned whitespace

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