Skip to content

Commit

Permalink
Bring back shortcut [fix CHANGELOG] (#2246)
Browse files Browse the repository at this point in the history
* Bring back a convenient short-cut for infix Func

* change name as per suggestion from Matthew

* propagate use of shortcut to where it increases readability

* Revert "propagate use of shortcut to where it increases readability"

This reverts commit debfec1.

* Move definitions up. Fix comments.

* fix CHANGELOG to report the correct syntax.
  • Loading branch information
JacquesCarette authored Jan 3, 2024
1 parent e1d1b89 commit 3515c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ Additions to existing modules
map : (Char → Char) → String → String
```

* In `Function.Bundles`, added `_➙_` as a synonym for `Func` that can
* In `Function.Bundles`, added `_⟶ₛ_` as a synonym for `Func` that can
be used infix.

0 comments on commit 3515c22

Please sign in to comment.