doc-src/Intro/bool.thy
author haftmann
Thu, 30 Sep 2010 09:31:07 +0200
changeset 39795 9e59b4c11039
parent 32960 69916a850301
permissions -rw-r--r--
updated files to recent changes

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