doc-src/Intro/bool.thy
author wenzelm
Tue, 20 Mar 2012 18:01:34 +0100
changeset 47051 b32e6de4a39b
parent 32960 69916a850301
permissions -rw-r--r--
minimalistic support for remote URLs: no master dir here;

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