src/HOL/Main.ML
author wenzelm
Tue, 20 Sep 2005 14:03:42 +0200
changeset 17513 0393718c2f1c
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
get_interrupt: special handling of IO.io now in ML-Systems/smlnj-basis-compat.ML;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
diff changeset
     1
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
diff changeset
     2
structure Main =
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
diff changeset
     3
struct
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
diff changeset
     4
  val thy = the_context ();
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents:
diff changeset
     5
end;