package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Names = Ser_names
type top = Coqargs.top =
  1. | TopLogical of Names.DirPath.t
  2. | TopPhysical of string
val top_to_yojson : top -> Yojson.Safe.t
val top_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> top
val sexp_of_top : top -> Ppx_sexp_conv_lib.Sexp.t