package ppxlib

  1. Overview
  2. No Docs
Standard infrastructure for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

757f6c284b1fe748d5027eef3bbef924b6bbd7ce.tar.gz
sha256=89a98c95ddd0bfbac17b5a936f6811af7097be3258c482d5859b73e9de9b4552
sha512=b19306473d867252d382e58e9b697531c5edccdc9283b5eaf72f524803c2fca2a58a5e8f25bee198b00de82cf8ef805b43f7488791c3ac5beb0ffba938ded826

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

Module Stdppx.ResultSource

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

Innovation. Community. Security.