| author | paulson |
| Fri, 01 Mar 2002 13:23:10 +0100 | |
| changeset 12994 | e5d3cdba117e |
| parent 12552 | d2d2ab3f1f37 |
| child 13137 | b642533c7ea4 |
| permissions | -rw-r--r-- |
|
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; |