package lsp

  1. Overview
  2. Docs

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

Module type Applicative.BasicSource

type 'a t
val return : 'a -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t
OCaml

Innovation. Community. Security.