Skip to content

Commit

Permalink
add note that PathIn.rewind is probably wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Sep 3, 2024
1 parent 2826949 commit afc2a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pdl/Soundness.lean
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ theorem PathIn.prefix_toList_eq_toList_take {tab : Tableau Hist X}

/-- Rewinding a path, removing the last `k` steps. Cannot go into Hist.
Used to go to the companion of a repeat. -/
-- PROBLEM: this definition seems to be wrong!
def PathIn.rewind : (t : PathIn tab) → (k : Fin (t.toHistory.length + 1)) → PathIn tab
| .nil, _ => .nil
| .loc Y_in tail, k =>
Expand Down

0 comments on commit afc2a55

Please sign in to comment.