src/FOL/FOL.ML
author aspinall
Thu, 21 Oct 2004 19:21:32 +0200
changeset 15253 6e20cc79bde6
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
Fix <closetheory>


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

open FOL;