Skip to content

Commit

Permalink
fix: typo in refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sørensen committed Jun 26, 2024
1 parent 445a7a2 commit 33b6353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qpf/Macro/Data/Replace.lean
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Replace.run <| do

let type? ← ctor.type?.mapM $ shapeOf'

pure $ (CtorView.withType? ctor type?, ←CtorArgs.get)
pure ({ ctor with type? }, ←CtorArgs.get)

let r ← StateT.get
let ctors := pairs.map Prod.fst;
Expand Down

0 comments on commit 33b6353

Please sign in to comment.