src/FOL/FOL.ML
author wenzelm
Sat, 14 Jan 2006 17:14:17 +0100
changeset 18684 38d72231b41d
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
added Isar.toplevel;


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

open FOL;