package coq-lsp

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

Module Serlib.Ser_utilSource

Sourcetype ('a, 'b) union = ('a, 'b) Util.union
Sourceval sexp_of_union : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) union -> Sexplib0.Sexp.t
Sourceval union_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) union
Sourceval union_to_yojson : ('a -> Yojson.Safe.t) -> ('b -> Yojson.Safe.t) -> ('a, 'b) union -> Yojson.Safe.t
Sourceval hash_fold_union : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'b) union -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_union : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) union -> ('a, 'b) union -> int
Sourcemodule Empty : sig ... end
OCaml

Innovation. Community. Security.