doc-src/Intro/bool.thy
author huffman
Wed, 10 Mar 2010 14:57:13 -0800
changeset 35700 951974ce903e
parent 32960 69916a850301
permissions -rw-r--r--
new theory Library/Nat_Bijection.thy

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