src/HOL/Main.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Add icon for interface.


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