chore: Add `_m` suffix to replay

This commit is contained in:
Leni Aniva 2025-06-20 17:26:04 -07:00
parent 343ecc2659
commit cb7c4d2723
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ descendants of `src`, replay the differential `src' - src` in `dst`. Colliding
metavariable and lemma names will be automatically renamed to ensure there is no metavariable and lemma names will be automatically renamed to ensure there is no
collision. This implements branch unification. Unification might be impossible collision. This implements branch unification. Unification might be impossible
if conflicting assignments exist. -/ if conflicting assignments exist. -/
@[export pantograph_goal_state_replay] @[export pantograph_goal_state_replay_m]
protected def GoalState.replay (dst : GoalState) (src src' : GoalState) : CoreM (Option GoalState) := do protected def GoalState.replay (dst : GoalState) (src src' : GoalState) : CoreM (Option GoalState) := do
let srcNGen := src.coreState.ngen let srcNGen := src.coreState.ngen
let srcNGen' := src'.coreState.ngen let srcNGen' := src'.coreState.ngen