in-other-words-0.1.0.0: A higher-order effect system where the sky's the limit
Safe HaskellNone
LanguageHaskell2010

Control.Effect.Type.Embed

Synopsis

Documentation

newtype Embed b m a where Source #

An effect for embedding actions of a base monad into the current one.

Constructors

Embed 

Fields