snap-core-0.5.2: Snap: A Haskell Web Framework (Core)

Snap.Internal.Iteratee.Debug

Description

An internal Snap module for debugging iteratees.

N.B. this is an internal interface, please don't write user code that depends on it.

Documentation

iterateeDebugWrapper :: (Show a, MonadIO m) => String -> Iteratee a m b -> Iteratee a m b

iterateeDebugWrapperWith :: MonadIO m => (s -> String) -> String -> Iteratee s m a -> Iteratee s m a