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 473567f commit edf5d82Copy full SHA for edf5d82
test/Web/Internal/TestInstances.hs
@@ -8,6 +8,7 @@ module Web.Internal.TestInstances
8
, NoEmptyKeyForm(..)
9
) where
10
11
+import Control.Applicative (liftA2) -- for ghc < 9.4
12
import Data.Char
13
import qualified Data.Map.Strict as Map
14
import qualified Data.Text as T
0 commit comments