package ppx_diff

  1. Overview
  2. Docs
A PPX rewriter that genreates the implementation of [Ldiffable.S].

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=5e817094edf127d384110227ecfdc3e23f0f130266d48d1f326a03f6f58a2609

doc/ppx_diff.diffable/Diffable/Optional_diff/index.html

Module Diffable.Optional_diffSource

Sourcetype 'a t
Sourceval none : _ t
Sourceval return : 'a -> 'a t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval bind : 'a t -> f:('a -> 'b t) -> 'b t
Sourceval both : [ `both_would_allocate__use_bind_instead ]
Sourceval (>>|) : 'a t -> ('a -> 'b) -> 'b t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval is_none : 'a t -> Base.bool
Sourceval unsafe_value : 'a t -> 'a
Sourceval to_option : 'a t -> 'a Base.option
Sourcemodule Optional_syntax : sig ... end
Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.