doc-src/Intro/bool.thy
author wenzelm
Wed, 17 Aug 2011 20:08:36 +0200
changeset 44246 380a4677c55d
parent 32960 69916a850301
permissions -rw-r--r--
tuned signature;

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