doc-src/Intro/bool.thy
author huffman
Sat, 20 Aug 2011 10:08:47 -0700
changeset 44346 00dd3c4dabe0
parent 32960 69916a850301
permissions -rw-r--r--
rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy

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