changeset 3971 | b19d38604042 |
parent 3864 | e0ce3d4ec47d |
child 3986 | d788dcb86930 |
--- a/src/Pure/ROOT.ML Wed Oct 22 11:36:43 1997 +0200 +++ b/src/Pure/ROOT.ML Thu Oct 23 12:09:31 1997 +0200 @@ -48,8 +48,8 @@ use "goals.ML"; use "axclass.ML"; -structure Pure = struct val thy = Theory.pure_thy end; -structure CPure = struct val thy = Theory.cpure_thy end; +structure Pure = struct val thy = Theory.pure end; +structure CPure = struct val thy = Theory.cpure end; (*Theory parser and loader*) cd "Thy";