src/ZF/Main.ML
author webertj
Wed, 03 May 2006 12:05:53 +0200
changeset 19553 9d15911f1893
parent 17876 b9c92f384109
permissions -rw-r--r--
pre_cnf_tac: beta-eta-normalization restricted to the current subgoal
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;