doc-src/Intro/bool.thy
author haftmann
Fri, 26 Aug 2011 23:02:00 +0200
changeset 44556 c0fd385a41f4
parent 32960 69916a850301
permissions -rw-r--r--
adapted to changes in Cset.thy

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