src/HOL/Main.ML
author webertj
Fri, 23 Sep 2005 15:45:12 +0200
changeset 17601 a6a322f96145
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
typo fixed: rufute -> refute


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