Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 20, 2025
1 parent 87cf3ea commit aa6d37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ showR = \case
ListOf {} -> "forall l. l :: List"
OrdEqShow {} -> "forall a. (Ord a, Eq a, Show a)"
Monadic {} -> "forall a. Monad a"
Applicable {} -> "forall a. Applicable a"
Applicable {} -> "forall a. Applicative a"
Monoidal {} -> "forall a. Monoid a"
GetOf {} -> "<record getter>"
SetOf {} -> "<record setter>"
Expand Down

0 comments on commit aa6d37a

Please sign in to comment.