doc-src/Intro/bool.thy
author nipkow
Mon, 26 Mar 2012 21:00:39 +0200
changeset 47132 bef6bc52a32e
parent 32960 69916a850301
permissions -rw-r--r--
merged

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