From aa6d37a8cb59897299b58929e7797b9af3268dc4 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 20 Jan 2025 16:29:09 +0000 Subject: [PATCH] Fix typo --- src/Hell.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hell.hs b/src/Hell.hs index c3c560a..731befd 100644 --- a/src/Hell.hs +++ b/src/Hell.hs @@ -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 {} -> "" SetOf {} -> ""