Skip to content

Commit aa6d37a

Browse files
committed
Fix typo
1 parent 87cf3ea commit aa6d37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hell.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ showR = \case
670670
ListOf {} -> "forall l. l :: List"
671671
OrdEqShow {} -> "forall a. (Ord a, Eq a, Show a)"
672672
Monadic {} -> "forall a. Monad a"
673-
Applicable {} -> "forall a. Applicable a"
673+
Applicable {} -> "forall a. Applicative a"
674674
Monoidal {} -> "forall a. Monoid a"
675675
GetOf {} -> "<record getter>"
676676
SetOf {} -> "<record setter>"

0 commit comments

Comments
 (0)