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 c532ecf commit 2934bacCopy full SHA for 2934bac
servant-server/src/Servant/Server/Internal/RoutingApplication.hs
@@ -159,7 +159,7 @@ data Delayed :: * -> * where
159
-> Delayed c
160
161
instance Functor Delayed where
162
- fmap f (Delayed a b c g) = Delayed a b c ((fmap.fmap.fmap) f g)
+ fmap f (Delayed a b c g) = Delayed a b c ((fmap . fmap . fmap) f g)
163
164
-- | Add a capture to the end of the capture block.
165
addCapture :: Delayed (a -> b)
0 commit comments