doc-src/Intro/bool.thy
author haftmann
Wed, 09 Dec 2009 16:46:03 +0100
changeset 34048 369509057220
parent 32960 69916a850301
permissions -rw-r--r--
using existing lattice classes

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