doc-src/Intro/bool.thy
author wenzelm
Wed, 01 Aug 2012 19:53:20 +0200
changeset 48638 22d65e375c01
parent 32960 69916a850301
permissions -rw-r--r--
more standard bootstrapping of Pure.thy;

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