Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Effectful.Reader.Static
Contents
Description
Support for access to a read only value of a particular type.
Effect
data Reader r :: Effect Source #
Provide access to a strict (WHNF), thread local, read only value of type
r
.
Instances
type DispatchOf (Reader r) Source # | |
Defined in Effectful.Reader.Static | |
newtype StaticRep (Reader r) Source # | |
Defined in Effectful.Reader.Static |
Handlers
Run a Reader
effect with the given initial environment.