src/FOL/FOL.ML
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 10062 3b819da9c71a
child 11588 d792570a04b1
permissions -rw-r--r--
eliminate get_def;


structure FOL =
struct
  val thy = the_context ();
  val classical = classical;
end;

AddXIs [equal_intr_rule, disjI1, disjI2];

open FOL;