doc-src/Intro/bool.thy
author wenzelm
Thu, 26 Jul 2012 17:32:28 +0200
changeset 48521 0e4bb86c74fd
parent 32960 69916a850301
permissions -rw-r--r--
adhoc reordering to prevent implicit side-effects of some theories in Types, Rules, Sets;

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