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 fv_elem = Vmbytecodes.fv_elem =
  1. | FVnamed of Names.Id.t
  2. | FVrel of int
  3. | FVuniv_var of int
  4. | FVevar of Evar.t
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