package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ptype =
  1. | PT_int63
  2. | PT_float64
  3. | PT_array
val ptype_to_yojson : ptype -> Yojson.Safe.t
val ptype_of_sexp : Sexplib0.Sexp.t -> ptype
val sexp_of_ptype : ptype -> Sexplib0.Sexp.t
val hash_fold_ptype : Base.Hash.state -> ptype -> Base.Hash.state
val hash_ptype : ptype -> Base.Hash.hash_value
val compare_ptype : ptype -> ptype -> int
type _t =
  1. | OT_op of t
  2. | OT_type of ptype
  3. | OT_const of const
val _t_to_yojson : _t -> Yojson.Safe.t
val _t_of_sexp : Sexplib0.Sexp.t -> _t
val sexp_of__t : _t -> Sexplib0.Sexp.t
val hash_fold__t : Base.Hash.state -> _t -> Base.Hash.state
val hash__t : _t -> Base.Hash.hash_value
val compare__t : _t -> _t -> int