doc-src/Intro/bool.thy
author wenzelm
Sun, 15 Apr 2012 14:50:09 +0200
changeset 47484 e94cc23d434a
parent 32960 69916a850301
permissions -rw-r--r--
some coverage of bundled declarations;

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