You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
OCaml includes the reverse function operator (|>) which I've often found more readable than function composition + application. Have you consider adding such operator to func?
The text was updated successfully, but these errors were encountered:
OCaml includes the reverse function operator (`|>`) which I've often
found more readable than function composition + application. Have you
consider adding such operator to func?
That's a good suggestion. Haskell has the `&` operator (in
Data.Function), and of course shell has `|`. They all serve a useful
purpose.
I'm not using Prolog these days, so I haven't been maintaining func.
If someone interested in maintaining it comes along, I think that a
reverse application operator would be a great addition to the library.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OCaml includes the reverse function operator (
|>
) which I've often found more readable than function composition + application. Have you consider adding such operator to func?The text was updated successfully, but these errors were encountered: