We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e63d0 commit 73b7508Copy full SHA for 73b7508
docs/src/rule_author/superpowers/mutation_support.md
@@ -41,7 +41,7 @@ There are a few key points to follow:
41
- There must be a mutable tangent input for every mutated primal input
42
- When the primal value is changed, the corresponding change must be made to its tangent partner
43
- When a value is returned, return its partnered tangent.
44
- - If two primals alias, then their tangents must also alias.
+ - If (and only if) primal values alias, then their tangents must also alias.
45
46
### Example
47
For example, consider the primal function with:
0 commit comments