MonadReader
public protocol MonadReader : Monad
A MonadReader is a Monad
with capabilities to read values from a shared environment.
-
Type of the shared environment
Declaration
Swift
associatedtype D
-
reader(_:)
Extension method