doc-src/Intro/bool.thy
author haftmann
Sat, 02 Jul 2011 22:14:47 +0200
changeset 43653 905f17258bca
parent 32960 69916a850301
permissions -rw-r--r--
tuned typo

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