src/FOL/FOL.ML
author kleing
Sun, 06 Apr 2003 21:16:50 +0200
changeset 13901 af38553e61ee
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
use 2 processors on sunbroy1


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

open FOL;