doc-src/Intro/bool.thy
author krauss
Sun, 21 Aug 2011 22:13:04 +0200
changeset 44369 02e13192a053
parent 32960 69916a850301
permissions -rw-r--r--
tuned notation

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