doc-src/Intro/bool.thy
author haftmann
Wed, 14 Jul 2010 17:15:58 +0200
changeset 37831 fa3a2e35c4f1
parent 32960 69916a850301
permissions -rw-r--r--
repaired some implementations of imperative operations

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