package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.31.0.tbz
sha256=d21676654e57faa12d7895caffe8703b64521d66efcf152491871a55b2ae41d8
sha512=63f2d327cfc5382476f812670d304aade91b3ea8f10420d6fc9e7078112368d99dbf43dfda9c2c2cf91341b71c37c45c1fe1d54fecde2348560f9d3c48571603

doc/ppxlib.stdppx/Stdppx/Result/index.html

Module Stdppx.ResultSource

Sourceval bind : ('a, 'b) Caml.result -> f:('a -> ('c, 'b) Caml.result) -> ('c, 'b) Caml.result
Sourceval map : ('a, 'b) Caml.result -> f:('a -> 'c) -> ('c, 'b) Caml.result
Sourceval map_error : ('a, 'b) Caml.result -> f:('a -> 'c) -> ('c, 'b) Caml.result
Sourceval (>>=) : ('a, 'b) Caml.result -> ('a -> ('c, 'b) Caml.result) -> ('c, 'b) Caml.result
Sourceval (>>|) : ('a, 'b) Caml.result -> ('a -> 'c) -> ('c, 'b) Caml.result
Sourceval handle_error : ('a, 'b) Caml.result -> f:('b -> 'a) -> 'a
OCaml

Innovation. Community. Security.