package coq-serapi

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

Module Serlib.Ser_cEphemeronSource

Sourcemodule EBiject : sig ... end
Sourcemodule B : sig ... end
Sourcetype 'a key = 'a B.t
Sourceval key_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a key
Sourceval sexp_of_key : 'a. ('a -> Sexplib0.Sexp.t) -> 'a key -> Sexplib0.Sexp.t
Sourceval key_to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a key -> Yojson.Safe.t
Sourceval hash_fold_key : 'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> 'a key -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_key : 'a. ('a -> 'a -> int) -> 'a key -> 'a key -> int
OCaml

Innovation. Community. Security.