Skip to content

Commit

Permalink
[ fix ] Correct use of recently changed logPosition of a constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Sep 14, 2023
1 parent 7621a24 commit 53541d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deriving/DepTyCheck/Gen/Core/ConsDerive.idr
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ namespace NonObligatoryExts
-- Producing the result --
--------------------------

callOneOf "\{logPosition con} (orders)" <$> traverse genForOrder allOrders
callOneOf "\{show con.name} (orders)" <$> traverse genForOrder allOrders

where

Expand Down

0 comments on commit 53541d0

Please sign in to comment.