src/HOL/Main.ML
author paulson
Wed, 09 Jun 2004 11:19:23 +0200
changeset 14890 51f28df21c8b
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
fixed the skolemize method


structure Main =
struct
  val thy = the_context ();
end;