package lsp

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

Parameters

Signature

include Applicative_intf.S1_base with type 'a t := 'a A.t
val return : 'a -> 'a A.t
val map : 'a A.t -> f:('a -> 'b) -> 'b A.t
val both : 'a A.t -> 'b A.t -> ('a * 'b) A.t
val all : 'a A.t list -> 'a list A.t
module O : sig ... end