package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include Monad_intf.S1_base with type 'a t := 'a M.t
val return : 'a -> 'a M.t
val (>>=) : 'a M.t -> ('a -> 'b M.t) -> 'b M.t
module O : sig ... end