doc-src/Intro/bool.thy
author bulwahn
Thu, 09 Jun 2011 08:31:41 +0200
changeset 43307 1a32a953cef1
parent 32960 69916a850301
permissions -rw-r--r--
local simp rule in List_Cset

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