Skip to content

Commit

Permalink
CHANGELOG: Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed May 4, 2024
1 parent fd7bd0e commit 4d8b920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* `(<<|~)`: cons an element to the front via `(<|)` and return the result.
* `(|>~)`: snoc an element to the back via `(|>)`.
* `(<|>~)`: snoc an element to the back via `(|>)` and return the result.

Each of these also has a variant that end with `=` instead of `~` (e.g.,
`(<>:=)`) for working in a `MonadState` setting.

Expand Down

0 comments on commit 4d8b920

Please sign in to comment.