Rresult is an OCaml module for handling computation results and errors in an explicit and declarative manner, without resorting to exceptions. It defines combinators to operate on the result type available from OCaml 4.03 in the standard library. OCaml 4.08 provides the Stdlib.Result module which you should prefer to Rresult.
Rresult is an OCaml module for handling computation results and errors in an explicit and declarative manner, without resorting to exceptions. It defines combinators to operate on the result type available from OCaml 4.03 in the standard library. OCaml 4.08 provides the Stdlib.Result module which you should prefer to Rresult.
To install ocaml-rresult, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-rresult
To see what files were installed by ocaml-rresult, run:
port contents ocaml-rresult
To later upgrade ocaml-rresult, run:
sudo port selfupdate && sudo port upgrade ocaml-rresult
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.