doc-src/Intro/bool.thy
author huffman
Mon, 14 May 2012 17:09:11 +0200
changeset 47922 bba52dffab2b
parent 32960 69916a850301
permissions -rw-r--r--
add transfer rule for set_rel

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