doc-src/Intro/bool.thy
author webertj
Sat, 07 Nov 2009 18:55:50 +0000
changeset 33511 5b31218a3a8c
parent 32960 69916a850301
permissions -rw-r--r--
merged

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