package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Monad/Id/index.html

Module Monad.IdSource

include Monad_intf.S1_base with type 'a t = 'a
Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourcemodule O : sig ... end
OCaml

Innovation. Community. Security.