doc-src/Intro/bool.thy
author wenzelm
Mon, 04 Jul 2011 22:11:32 +0200
changeset 43661 39fdbd814c7f
parent 32960 69916a850301
permissions -rw-r--r--
quasi-static Isabelle_System -- reduced tendency towards "functorial style";

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