src/HOL/Main.ML
author wenzelm
Wed, 19 Jul 2006 12:12:08 +0200
changeset 20165 4de20306a88a
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
export is_tid;


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