src/FOL/FOL.ML
author wenzelm
Sun, 28 Oct 2001 21:10:47 +0100
changeset 11976 075df6e46cef
parent 11588 d792570a04b1
child 12303 67ca723a02dd
permissions -rw-r--r--
equal_intr_rule already declared in Pure;


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

AddXEs [disjI1, disjI2];

open FOL;