src/HOL/Main.ML
author wenzelm
Sat, 21 Jan 2006 23:02:14 +0100
changeset 18728 6790126ab5f6
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
simplified type attribute;


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