doc-src/Intro/bool.thy
author haftmann
Thu, 02 Sep 2010 16:41:42 +0200
changeset 39065 16a2ed09217a
parent 32960 69916a850301
permissions -rw-r--r--
set depth to 1

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