src/FOL/FOL.ML
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 10062 3b819da9c71a
child 11588 d792570a04b1
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp


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

AddXIs [equal_intr_rule, disjI1, disjI2];

open FOL;