src/FOL/FOL.ML
author paulson
Thu, 04 Dec 2003 10:29:17 +0100
changeset 14272 5efbb548107d
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
Tidying of the integer development; towards removing the abel_cancel simproc


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

open FOL;