theorem database now also indexes constants "Trueprop", "all",
"==>", "=="; thus thms_containing, findI etc. may retrieve more rules;
Defs = Types +
consts nand, exor :: gate
defs nand_def "nand A B == ~(A & B)"
exor_def "exor A B == A & ~B | ~A & B"
end