doc-src/Intro/bool.thy
author haftmann
Mon, 26 Jul 2010 11:09:45 +0200
changeset 37967 3e174df3f965
parent 32960 69916a850301
permissions -rw-r--r--
reactivated Scala check; tuned import order

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