We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf3ea commit aa6d37aCopy full SHA for aa6d37a
src/Hell.hs
@@ -670,7 +670,7 @@ showR = \case
670
ListOf {} -> "forall l. l :: List"
671
OrdEqShow {} -> "forall a. (Ord a, Eq a, Show a)"
672
Monadic {} -> "forall a. Monad a"
673
- Applicable {} -> "forall a. Applicable a"
+ Applicable {} -> "forall a. Applicative a"
674
Monoidal {} -> "forall a. Monoid a"
675
GetOf {} -> "<record getter>"
676
SetOf {} -> "<record setter>"
0 commit comments