We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d2aef commit e0ea254Copy full SHA for e0ea254
effect/ref.py
@@ -23,7 +23,7 @@ class Reference(object):
23
Reference is not interchangeable with the *result of* a call to
24
Reference, since identity matters. If you want to create references in
25
purely functional code, you can use the :obj:`effect.Func` intent:
26
- `effect.Effect(effect.Func(Reference))`.
+ `effect.Effect(effect.Func(Reference, initial))`.
27
"""
28
29
# TODO: Add modify_atomic that either uses a lock or a low-level
0 commit comments