Thu, 13 Jun 2024 16:45:53 UTC | login

Information for RPM ocaml-ppx-let-0.15.0-7.fc37.src.rpm

ID822164
Nameocaml-ppx-let
Version0.15.0
Release7.fc37
Epoch
Archsrc
SummaryMonadic let-bindings for OCaml
DescriptionPpx_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 Time2022-10-10 14:36:36 GMT
Size31.42 KB
fcc4bdcbfba40a61c0cde59f9124bb50
LicenseMIT
Buildrootf37-build-645018-72263
Provides
ocaml-ppx-let = 0.15.0-7.fc37
ocaml-ppx-let-debuginfo = 0.15.0-7.fc37
ocaml-ppx-let-debugsource = 0.15.0-7.fc37
ocaml-ppx-let-devel = 0.15.0-7.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ocaml >= 4.08.0
ocaml-base-devel >= 0.15
ocaml-dune >= 2.0.0
ocaml-ppx-here-devel >= 0.15
ocaml-ppxlib-devel >= 0.23.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
ocaml-ppx-let.spec3.02 KB
ppx_let-0.15.0.tar.gz16.99 KB
Component of No Buildroots