src/HOL/Main.ML
author wenzelm
Tue, 23 Oct 2001 22:52:31 +0200
changeset 11908 82f68fd05094
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
eliminated old numerals;


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