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.1.tar.gz
md5=cfec5d638a1bf1ea77707d10eed5d2d7
sha512=5848274cb0c5acd1ee3f29318e6111c5fef4b357aeda78120e0370067b9b23f62bb57e1e0be948c3af385b5900a3e0fb657f26dd4fe7ee95cd7002b9d8b68547

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.