src/ZF/Main.ML
author paulson
Wed, 19 Jul 2006 11:55:26 +0200
changeset 20153 6ff5d35749b0
parent 17876 b9c92f384109
permissions -rw-r--r--
Fixed the bugs introduced by the last commit! Output is now *identical* to that produced by the old version, based on a-lists.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17876
b9c92f384109 change_claset/simpset;
wenzelm
parents: 12725
diff changeset
     1
b9c92f384109 change_claset/simpset;
wenzelm
parents: 12725
diff changeset
     2
(* $Id$ *)
12425
97975229f893 added Main.ML;
wenzelm
parents:
diff changeset
     3
97975229f893 added Main.ML;
wenzelm
parents:
diff changeset
     4
structure Main =
97975229f893 added Main.ML;
wenzelm
parents:
diff changeset
     5
struct
97975229f893 added Main.ML;
wenzelm
parents:
diff changeset
     6
  val thy = the_context ();
97975229f893 added Main.ML;
wenzelm
parents:
diff changeset
     7
end;