src/HOL/Main.ML
author nipkow
Sun, 22 Dec 2002 15:02:40 +0100
changeset 13764 3e180bf68496
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
removed some problems with print translations


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