doc-src/Intro/bool.thy
author haftmann
Wed, 22 Sep 2010 18:40:35 +0200
changeset 39642 dd7b582f6929
parent 32960 69916a850301
permissions -rw-r--r--
merged

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