package lsp

  1. Overview
  2. Docs

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

Module type Monad.BasicSource

type 'a t
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.