src/ZF/Main.ML
author wenzelm
Sun, 01 Oct 2006 18:29:28 +0200
changeset 20810 3377a830b727
parent 17876 b9c92f384109
permissions -rw-r--r--
moved theory Infinite_Set to Library; tuned proofs;
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;