# HG changeset patch # User wenzelm # Date 1154550416 -7200 # Node ID 265b2342cf21211e2b7f40572646c749447cf622 # Parent 66b2a1f16bbbb6f2400d58c5bb9a03b8fc31e807 renamed Syntax.indexname to Syntax.read_indexname; diff -r 66b2a1f16bbb -r 265b2342cf21 src/Pure/tactic.ML --- a/src/Pure/tactic.ML Wed Aug 02 22:26:55 2006 +0200 +++ b/src/Pure/tactic.ML Wed Aug 02 22:26:56 2006 +0200 @@ -265,7 +265,7 @@ end; fun lift_inst_rule (st, i, sinsts, rule) = lift_inst_rule' - (st, i, map (apfst Syntax.indexname) sinsts, rule); + (st, i, map (apfst Syntax.read_indexname) sinsts, rule); (* Like lift_inst_rule but takes terms, not strings, where the terms may contain