Small whitespace fix.
This commit is contained in:
parent
c532ecffd5
commit
2934bac40c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ data Delayed :: * -> * where
|
|||
-> Delayed c
|
||||
|
||||
instance Functor Delayed where
|
||||
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)
|
||||
|
||||
-- | Add a capture to the end of the capture block.
|
||||
addCapture :: Delayed (a -> b)
|
||||
|
|
Loading…
Reference in a new issue