package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a CPrimitives.prim_type
type 'a _t =
  1. | PT_int63
  2. | PT_float64
  3. | PT_array
val _t_to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a _t -> Yojson.Safe.t
val _t_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a _t
val sexp_of__t : 'a. ('a -> Sexplib0.Sexp.t) -> 'a _t -> Sexplib0.Sexp.t
val hash_fold__t : 'a. (Base.Hash.state -> 'a -> Base.Hash.state) -> Base.Hash.state -> 'a _t -> Base.Hash.state
val compare__t : 'a. ('a -> 'a -> int) -> 'a _t -> 'a _t -> int