src/FOL/FOL.ML
author nipkow
Mon, 28 Oct 2002 17:56:00 +0100
changeset 13684 48bfc2cc0938
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
moved fac example


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

open FOL;