src/HOL/Main.ML
author wenzelm
Mon, 18 Sep 2000 14:10:31 +0200
changeset 10015 8c16ec5ba62b
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
indicate occurrences of 'handle _';


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