src/Pure/Isar/method.ML
changeset 30575 368e26dfba69
parent 30567 cd8e20f86795
child 31238 2291e4d628eb
--- a/src/Pure/Isar/method.ML	Wed Mar 18 22:41:14 2009 +0100
+++ b/src/Pure/Isar/method.ML	Wed Mar 18 22:41:14 2009 +0100
@@ -81,7 +81,8 @@
     -> theory -> theory
   val syntax: 'a context_parser -> src -> Proof.context -> 'a * Proof.context
   val setup: binding -> (Proof.context -> method) context_parser -> string -> theory -> theory
-  val method_setup: bstring * Position.T -> string * Position.T -> string -> theory -> theory
+  val method_setup: bstring * Position.T -> Symbol_Pos.text * Position.T -> string ->
+    theory -> theory
   val simple_args: 'a parser -> ('a -> Proof.context -> method) -> src -> Proof.context -> method
   val ctxt_args: (Proof.context -> method) -> src -> Proof.context -> method
   val no_args: method -> src -> Proof.context -> method