src/FOL/FOL.ML
author wenzelm
Thu, 24 Jan 2002 22:42:14 +0100
changeset 12847 afa356dbcb15
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
fixed subgoal_tac; fails on non-existent subgoal;


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

open FOL;