src/FOL/FOL.ML
author wenzelm
Fri, 08 Mar 2002 16:24:06 +0100
changeset 13049 ce180e5b7fa0
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
tuned;


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

open FOL;