package lsp

  1. Overview
  2. Docs

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

Module type Monad.SSource

type 'a t
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
val map : 'a t -> f:('a -> 'b) -> 'b t
module O : sig ... end
OCaml

Innovation. Community. Security.