doc-src/Intro/bool.thy
author wenzelm
Tue, 24 Aug 2010 23:49:07 +0200
changeset 38662 4d4553e09337
parent 32960 69916a850301
permissions -rw-r--r--
Text.Range.is_singleton;

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