package dunolint-lib

  1. Overview
  2. Docs

Module Blang.For_monadSource

Generalizes some of the blang operations above to work in a monad.

Parameters

module M : Base.Monad.S

Signature

Sourceval map : 'a t -> f:('a -> 'b M.t) -> 'b t M.t
Sourceval bind : 'a t -> f:('a -> 'b t M.t) -> 'b t M.t
Sourceval eval : 'a t -> f:('a -> Base.bool M.t) -> Base.bool M.t
OCaml

Innovation. Community. Security.