doc-src/Intro/bool.thy
author wenzelm
Tue, 24 Jul 2012 11:02:42 +0200
changeset 48463 07f752935ece
parent 32960 69916a850301
permissions -rw-r--r--
added "browser_info_remote" (cf. usedir -P);

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