src/HOL/Main.ML
author wenzelm
Wed, 09 Jun 2004 18:52:42 +0200
changeset 14898 a25550451b51
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Url.File;


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