doc-src/Intro/bool.thy
author haftmann
Wed, 01 Sep 2010 17:21:50 +0200
changeset 39024 30d5dd2f30b6
parent 32960 69916a850301
permissions -rw-r--r--
simultaneous modification of statements: statement names

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