doc-src/Intro/bool.thy
author huffman
Mon, 08 Mar 2010 09:33:05 -0800
changeset 35653 f87132febfac
parent 32960 69916a850301
permissions -rw-r--r--
move lemmas from Domain.thy to Domain_Aux.thy

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