doc-src/Intro/bool.thy
author haftmann
Mon, 20 Feb 2012 21:04:00 +0100
changeset 46556 2848e36e0348
parent 32960 69916a850301
permissions -rw-r--r--
tuned whitespace

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