doc-src/Intro/bool.thy
author haftmann
Mon, 20 Sep 2010 09:19:22 +0200
changeset 39540 49c319fff40c
parent 32960 69916a850301
permissions -rw-r--r--
adjusted

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