Skip to content

Commit

Permalink
Fix typo (parameterss) in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Feb 2, 2024
1 parent ca0eb7e commit 9be52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/TypeCheck/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ instance PP (WithNames Error) where
addTVarsDescsAfter names err $
nested "Malformed type."
("Type synonym" <+> nm t <+> "was applied to" <+>
pl extra "extra parameters" <.> text ".")
pl extra "extra parameter" <.> text ".")

TooFewTyParams t few ->
addTVarsDescsAfter names err $
Expand Down

0 comments on commit 9be52cc

Please sign in to comment.