doc-src/Intro/bool.thy
author haftmann
Fri, 23 Oct 2009 10:11:56 +0200
changeset 33081 fe29679cabc2
parent 32960 69916a850301
permissions -rw-r--r--
merged

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