doc-src/Intro/bool.thy
author haftmann
Tue, 01 Jun 2010 10:30:53 +0200
changeset 37223 5226259b6fa2
parent 32960 69916a850301
permissions -rw-r--r--
corrected implementation

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