src/FOL/FOL.ML
author paulson
Thu, 05 Feb 2004 10:45:28 +0100
changeset 14377 f454b3004f8f
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
tidying up, especially the Complex numbers


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

open FOL;