src/FOL/FOL.ML
author paulson
Mon, 07 Aug 2000 10:26:02 +0200
changeset 9543 ce61d1c1a509
parent 7529 fa534e4f7e49
child 10062 3b819da9c71a
permissions -rw-r--r--
new abstract syntax operations, used in ZF


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

AddXIs [disjI1, disjI2];

open FOL;