Loading...

Streamly.Internal.Data.Cont

Continuation style utilities.

Documentation

contListMap :: (a -> (b -> r) -> r) -> ([b] -> (c -> r) -> r) -> [a] -> (c -> r) -> r Source #

Given a continuation based transformation from a to b and a continuation based transformation from [b] to c, make continuation based transformation from [a] to c.

Pre-release