mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-29 22:52:37 +03:00
Add a reference to a blogpost on Scoped by @tek
This commit is contained in:
parent
6726a6a9d7
commit
21ae24ead5
@ -18,6 +18,8 @@ import Polysemy.Internal.Combinators (transform)
|
||||
-- interpreted with its own copy of the event channel; or a database transaction, in which a transaction handle is
|
||||
-- created for the wrapped program and passed to the interpreter for the database effect.
|
||||
--
|
||||
-- For a longer exposition, see <https://www.tweag.io/blog/2022-01-05-polysemy-scoped/>.
|
||||
--
|
||||
-- Resource creation is performed by the function passed to 'Polysemy.Scoped.runScoped'.
|
||||
--
|
||||
-- The constructors are not intended to be used directly; the smart constructor 'scoped' is used like a local
|
||||
|
Loading…
Reference in New Issue
Block a user