Serlib.Ser_namesmodule Id : sig ... endmodule Name : SerType.SJ with type t = Names.Name.tmodule DirPath : SerType.SJ with type t = Names.DirPath.tmodule MPmap : Ser_cMap.ExtS with type key = ModPath.tmodule Constant : SerType.SJ with type t = Names.Constant.tmodule Cmap : Ser_cMap.ExtS with type key = Constant.tmodule Cmap_env : Ser_cMap.ExtS with type key = Constant.tmodule Mindmap : Ser_cMap.ExtS with type key = MutInd.tmodule Mindmap_env : Ser_cMap.ExtS with type key = MutInd.tval tableKey_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a tableKeyval sexp_of_tableKey : ('a -> Sexplib.Sexp.t) -> 'a tableKey -> Sexplib.Sexp.tmodule Projection : sig ... endmodule GlobRef : SerType.SJ with type t = Names.GlobRef.tval variable_of_sexp : Sexplib.Sexp.t -> variableval sexp_of_variable : variable -> Sexplib.Sexp.tval inductive_of_sexp : Sexplib.Sexp.t -> inductiveval sexp_of_inductive : inductive -> Sexplib.Sexp.tval inductive_of_yojson : Yojson.Safe.t -> (inductive, string) Result.resultval inductive_to_yojson : inductive -> Yojson.Safe.tval constructor_of_sexp : Sexplib.Sexp.t -> constructorval sexp_of_constructor : constructor -> Sexplib.Sexp.tval constructor_of_yojson :
Yojson.Safe.t ->
(constructor, string) Result.resultval constructor_to_yojson : constructor -> Yojson.Safe.tval evaluable_global_reference_of_sexp :
Sexplib.Sexp.t ->
evaluable_global_referenceval sexp_of_evaluable_global_reference :
evaluable_global_reference ->
Sexplib.Sexp.tval lident_of_sexp : Sexplib.Sexp.t -> lidentval sexp_of_lident : lident -> Sexplib.Sexp.tval lident_of_yojson : Yojson.Safe.t -> (lident, string) Result.resultval lident_to_yojson : lident -> Yojson.Safe.tval lname_of_sexp : Sexplib.Sexp.t -> lnameval sexp_of_lname : lname -> Sexplib.Sexp.tval lname_of_yojson : Yojson.Safe.t -> (lname, string) Result.resultval lname_to_yojson : lname -> Yojson.Safe.tval lstring_of_sexp : Sexplib.Sexp.t -> lstringval sexp_of_lstring : lstring -> Sexplib.Sexp.tval lstring_of_yojson : Yojson.Safe.t -> (lstring, string) Result.resultval lstring_to_yojson : lstring -> Yojson.Safe.t