doc-src/Intro/bool.thy
author haftmann
Sun, 17 Jul 2011 19:48:02 +0200
changeset 43866 8a50dc70cbff
parent 32960 69916a850301
permissions -rw-r--r--
moving UNIV = ... equations to their proper theories

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