src/HOL/Main.ML
author aspinall
Thu, 15 Sep 2005 16:15:22 +0200
changeset 17407 38e0219ec022
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Revert previous attribute name change, problem can be avoided in JAXB.


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