src/HOL/Main.ML
author paulson
Thu, 21 Apr 2005 15:05:24 +0200
changeset 15789 4cb16144c81b
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
added hearder lines and deleted some redundant material


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