doc-src/Intro/bool.thy
author blanchet
Mon, 19 Apr 2010 17:18:21 +0200
changeset 36229 c95fab3f9cc5
parent 32960 69916a850301
permissions -rw-r--r--
workaround for Proof General's off-by-a-few sendback display bug, whereby "pr" in "proof" is not highlighted

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