changeset 12902 | a23dc0b7566f |
parent 12796 | 95bfef18da83 |
child 13659 | 3cf622f6b0b2 |
--- a/src/Pure/logic.ML Tue Feb 19 23:49:49 2002 +0100 +++ b/src/Pure/logic.ML Wed Feb 20 00:53:53 2002 +0100 @@ -306,7 +306,7 @@ then res_inst_tac would not work properly.*) fun rename_vars (a, []) = [] | rename_vars (a, (_,T)::vars) = - (a,T) :: rename_vars (bump_string a, vars); + (a,T) :: rename_vars (Symbol.bump_string a, vars); (*Move all parameters to the front of the subgoal, renaming them apart; if n>0 then deletes assumption n. *)