src/FOL/FOL.ML
author wenzelm
Wed, 09 Jun 2004 18:52:42 +0200
changeset 14898 a25550451b51
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
Url.File;


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

open FOL;