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_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> fv_elem
val sexp_of_fv_elem : fv_elem -> Ppx_sexp_conv_lib.Sexp.t
type fv = fv_elem array
val fv_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> fv
val sexp_of_fv : fv -> Ppx_sexp_conv_lib.Sexp.t