package lsp

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

Module Stdune.EitherSource

Left or right

Sourcetype ('a, 'b) t =
  1. | Left of 'a
  2. | Right of 'b
Sourceval map : ('a, 'b) t -> l:('a -> 'c) -> r:('b -> 'c) -> 'c
Sourceval left : 'a -> ('a, _) t
Sourceval right : 'b -> (_, 'b) t
Sourceval to_dyn : ('a -> Dyn.t) -> ('b -> Dyn.t) -> ('a, 'b) t -> Dyn.t
OCaml

Innovation. Community. Security.