package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/module-type-Monad/index.html

Module type Stdune.MonadSource

Sourcetype 'a t
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> f:('a -> 'b t) -> 'b t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourcemodule O : sig ... end
OCaml

Innovation. Community. Security.