package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Names = Ser_names
module Evar = Ser_evar
type caml_prim = Vmbytecodes.caml_prim =
  1. | CAML_Arraymake
  2. | CAML_Arrayget
  3. | CAML_Arraydefault
  4. | CAML_Arrayset
  5. | CAML_Arraycopy
  6. | CAML_Arraylength
val caml_prim_to_yojson : caml_prim -> Yojson.Safe.t
val caml_prim_of_sexp : Sexplib0.Sexp.t -> caml_prim
val sexp_of_caml_prim : caml_prim -> Sexplib0.Sexp.t
val hash_fold_caml_prim : Base.Hash.state -> caml_prim -> Base.Hash.state
val hash_caml_prim : caml_prim -> Base.Hash.hash_value
val compare_caml_prim : caml_prim -> caml_prim -> int
type fv_elem = Vmbytecodes.fv_elem =
  1. | FVnamed of Names.Id.t
  2. | FVrel of int
val fv_elem_to_yojson : fv_elem -> Yojson.Safe.t
val fv_elem_of_sexp : Sexplib0.Sexp.t -> fv_elem
val sexp_of_fv_elem : fv_elem -> Sexplib0.Sexp.t
val hash_fold_fv_elem : Base.Hash.state -> fv_elem -> Base.Hash.state
val hash_fv_elem : fv_elem -> Base.Hash.hash_value
val compare_fv_elem : fv_elem -> fv_elem -> int
type fv = fv_elem array
val fv_to_yojson : fv -> Yojson.Safe.t
val fv_of_sexp : Sexplib0.Sexp.t -> fv
val sexp_of_fv : fv -> Sexplib0.Sexp.t
val hash_fold_fv : Base.Hash.state -> fv -> Base.Hash.state
val hash_fv : fv -> Base.Hash.hash_value
val compare_fv : fv -> fv -> int