Skip to content

Commit

Permalink
Clarify that merge should be monotonic
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook authored Sep 28, 2023
1 parent 8cd5fda commit 248a9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ If you define a `:merge` expression, you can update specific values in the funct
(extract (KeepMax 1)) ; this is 2
```

Note that the `:merge` expression must be monotonic, meaning that if you merge any number of values, the ordering in which the merges are applied should not affect the final result.


### `declare` command

Expand Down

0 comments on commit 248a9b6

Please sign in to comment.