doc-src/Intro/bool.thy
author wenzelm
Sat, 18 Jun 2011 14:48:56 +0200
changeset 43435 ae6b0c3e58a8
parent 32960 69916a850301
permissions -rw-r--r--
highlight via foreground painter, using alpha channel;

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