doc-src/Intro/bool.thy
author haftmann
Tue, 08 Jun 2010 16:37:19 +0200
changeset 37387 3581483cca6c
parent 32960 69916a850301
permissions -rw-r--r--
qualified types "+" and nat; qualified constants Ball, Bex, Suc, curry; modernized some specifications

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