package lsp

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

Module Tuple.T2Source

Sourcetype ('a, 'b) t = 'a * 'b
Sourceval to_dyn : ('a -> Dyn.t) -> ('b -> Dyn.t) -> ('a, 'b) t -> Dyn.t
Sourceval hash : ('a -> int) -> ('b -> int) -> ('a, 'b) t -> int
Sourceval equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('a, 'b) t -> ('a, 'b) t -> bool
Sourceval compare : ('a -> 'a -> Ordering.t) -> ('b -> 'b -> Ordering.t) -> ('a, 'b) t -> ('a, 'b) t -> Ordering.t
Sourceval swap : ('a * 'b) -> 'b * 'a
OCaml

Innovation. Community. Security.