src/ZF/Main_ZFC.ML
author paulson
Thu, 17 Jan 2002 12:45:52 +0100
changeset 12789 459b5de466b2
parent 12552 d2d2ab3f1f37
child 13137 b642533c7ea4
permissions -rw-r--r--
new definitions from Sidi Ehmety
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12552
d2d2ab3f1f37 separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
diff changeset
     1
structure Main_ZFC =
d2d2ab3f1f37 separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
diff changeset
     2
struct
d2d2ab3f1f37 separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
diff changeset
     3
  val thy = the_context ();
d2d2ab3f1f37 separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
diff changeset
     4
end;