mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-23 14:36:11 +03:00
Mention forking in the description of Env
This commit is contained in:
parent
209f61507b
commit
e8f2bf6dff
@ -43,6 +43,9 @@ type role Env nominal
|
||||
-- | A mutable, strict (elements are kept in weak head normal form), extensible
|
||||
-- record indexed by effect data types.
|
||||
--
|
||||
-- Supports forking, i.e. introducing branches for encapsulation of
|
||||
-- interpreter-local data.
|
||||
--
|
||||
-- Offers very good performance characteristics:
|
||||
--
|
||||
-- - Extending: /O(1)/ (amortized).
|
||||
|
Loading…
Reference in New Issue
Block a user