src/HOL/Main.ML
author paulson
Thu, 04 Sep 2003 11:15:53 +0200
changeset 14182 5f49f00fe084
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
conversion of HOL/Auth/KerberosIV to new-style theory


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