- Moved abs_def to drule.ML
- elim_defs now takes a boolean argument which controls the automatic
expansion of theorems mentioning constants whose definitions are
eliminated
Exor = Main +constdefs exor :: bool => bool => bool"exor A B == (A & ~B) | (~A & B)"end