src/Pure/Tools/invoke.ML
changeset 22101 6d13239d5f52
parent 21584 22c9392de970
child 22568 ed7aa5a350ef
--- a/src/Pure/Tools/invoke.ML	Fri Jan 19 22:08:07 2007 +0100
+++ b/src/Pure/Tools/invoke.ML	Fri Jan 19 22:08:08 2007 +0100
@@ -119,7 +119,7 @@
   OuterSyntax.command "invoke"
     "schematic invocation of locale expression in proof context"
     (K.tag_proof K.prf_goal)
-    (P.opt_thm_name ":" -- P.locale_expr -- P.locale_insts -- P.for_fixes
+    (SpecParse.opt_thm_name ":" -- SpecParse.locale_expr -- SpecParse.locale_insts -- P.for_fixes
       >> (fn (((name, expr), insts), fixes) =>
           Toplevel.print o Toplevel.proof' (invoke name expr insts fixes)));