doc-src/Intro/bool.thy
author wenzelm
Mon, 21 Jun 2010 11:24:19 +0200
changeset 37380 35815ce9218a
parent 32960 69916a850301
permissions -rw-r--r--
final tuning;

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