package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec ('a, 'e) t = ('a, 'e) Stdune.result Fiber.t
val lift : 'a Fiber.t -> ('a, 'b) Stdune.result Fiber.t
val return : 'a -> ('a, 'b) Stdune.result Fiber.t
val (>>=) : ('a, 'b) Stdune.result Fiber.t -> ('a -> ('c, 'b) Stdune.result Fiber.t) -> ('c, 'b) Stdune.result Fiber.t
module O : sig ... end
OCaml

Innovation. Community. Security.