Information for RPM ocaml-ppx-let-0.17.0-2.fc41.src.rpm
ID | 1361890 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Name | ocaml-ppx-let | ||||||||
Version | 0.17.0 | ||||||||
Release | 2.fc41 | ||||||||
Epoch | |||||||||
Arch | src | ||||||||
Summary | Monadic let-bindings for OCaml | ||||||||
Description | Ppx_let is a ppx rewriter for monadic and applicative let bindings, match expressions, and if expressions. The aim of this rewriter is to make monadic and applicative code look nicer by writing custom binders the same way that we normally bind variables. In OCaml, the common way to bind the result of a computation to a variable is: let VAR = EXPR in BODY ppx_let simply adds two new binders: let%bind and let%map. These are rewritten into calls to the bind and map functions respectively. These functions are expected to have val map : 'a t -> f:('a -> 'b) -> 'b t val bind : 'a t -> f:('a -> 'b t) -> 'b t for some type t, as one might expect. These functions are to be provided by the user, and are generally expected to be part of the signatures of monads and applicatives modules. This is the case for all monads and applicatives defined by the Jane Street's Core suite of libraries. | ||||||||
Build Time | 2024-07-24 16:49:06 GMT | ||||||||
Size | 31.98 KB | ||||||||
a1bc67a8cf61b4062a6b97fe0eb772a9 | |||||||||
License | MIT | ||||||||
git:https://github.com/janestreet/ppx_let.git | |||||||||
Buildroot | f41-build-820514-152256 | ||||||||
Provides |
|
||||||||
Obsoletes | No Obsoletes | ||||||||
Conflicts | No Conflicts | ||||||||
Requires |
|
||||||||
Recommends | No Recommends | ||||||||
Suggests | No Suggests | ||||||||
Supplements | No Supplements | ||||||||
Enhances | No Enhances | ||||||||
Files |
|
||||||||
Component of | No Buildroots |