src/HOL/Main.ML
author berghofe
Sun, 21 Jul 2002 15:42:30 +0200
changeset 13403 bc2b32ee62fd
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Added theory for setting up program extraction.


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