package incremental

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module Incr_with_store_params : sig ... end
val with_params : 'a Incr.t -> 'a Store_params.t -> 'a Incr_with_store_params.t

Note that despite its appearance, this is not a true monad and does not satisfy the monad signature for bind. This exists to make let%bind syntax convenient. Be careful if you are trying to use this in an unconventional way.

val bind : 'a Incr_with_store_params.t -> f:('a -> 'b Incr.t) -> 'b Incr.t
val (>>=) : 'a Incr_with_store_params.t -> f:('a -> 'b Incr.t) -> 'b Incr.t
module Let_syntax : sig ... end
module Store_params = Store_params
module Store = Store
OCaml

Innovation. Community. Security.