doc-src/Intro/bool.thy
author wenzelm
Tue, 09 Nov 2010 23:24:46 +0100
changeset 40452 45e7c2889d2f
parent 32960 69916a850301
permissions -rw-r--r--
misc tuning and simplification, using Isabelle_Sidekick.Asset (not sidekick.Asset, which is dynamically dispatched to slightly different semantics);

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