package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type binding_kind = Glob_term.binding_kind
val binding_kind_of_sexp : Sexplib.Sexp.t -> Glob_term.binding_kind
val sexp_of_binding_kind : Glob_term.binding_kind -> Sexplib.Sexp.t
val binding_kind_of_yojson : Yojson.Safe.t -> (binding_kind, string) result
val binding_kind_to_yojson : Glob_term.binding_kind -> Yojson.Safe.t
type 'a glob_sort_gen = 'a Glob_term.glob_sort_gen
val glob_sort_gen_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a Glob_term.glob_sort_gen
val sexp_of_glob_sort_gen : ('a -> Sexplib.Sexp.t) -> 'a Glob_term.glob_sort_gen -> Sexplib.Sexp.t
val glob_sort_gen_of_yojson : (Yojson.Safe.t -> ('a, string) result) -> Yojson.Safe.t -> ('a glob_sort_gen, string) result
val glob_sort_gen_to_yojson : ('a -> Yojson.Safe.t) -> 'a Glob_term.glob_sort_gen -> Yojson.Safe.t
type glob_level = Glob_term.glob_level
val glob_level_of_sexp : Sexplib.Sexp.t -> Glob_term.glob_level
val sexp_of_glob_level : Glob_term.glob_level -> Sexplib.Sexp.t
val glob_level_of_yojson : Yojson.Safe.t -> (glob_level, string) result
val glob_level_to_yojson : Glob_term.glob_level -> Yojson.Safe.t
type glob_sort = Glob_term.glob_sort
val glob_sort_of_sexp : Sexplib.Sexp.t -> Glob_term.glob_sort
val sexp_of_glob_sort : Glob_term.glob_sort -> Sexplib.Sexp.t
val glob_sort_of_yojson : Yojson.Safe.t -> (glob_sort, string) Result.result
val glob_sort_to_yojson : glob_sort -> Yojson.Safe.t
type glob_constraint = Glob_term.glob_constraint
val glob_constraint_of_sexp : Sexplib.Sexp.t -> Glob_term.glob_constraint
val sexp_of_glob_constraint : Glob_term.glob_constraint -> Sexplib.Sexp.t
val glob_constraint_of_yojson : Yojson.Safe.t -> (glob_constraint, string) Result.result
val glob_constraint_to_yojson : glob_constraint -> Yojson.Safe.t
type existential_name = Glob_term.existential_name
type cases_pattern = Glob_term.cases_pattern
type glob_constr = Glob_term.glob_constr
and glob_decl = Glob_term.glob_decl
and predicate_pattern = Glob_term.predicate_pattern
and tomatch_tuple = Glob_term.tomatch_tuple
and tomatch_tuples = Glob_term.tomatch_tuples
and cases_clause = Glob_term.cases_clause
and cases_clauses = Glob_term.cases_clauses
val existential_name_of_sexp : Sexplib.Sexp.t -> Glob_term.existential_name
val sexp_of_existential_name : Glob_term.existential_name -> Sexplib.Sexp.t
val existential_name_of_yojson : Yojson.Safe.t -> (existential_name, string) Result.result
val existential_name_to_yojson : existential_name -> Yojson.Safe.t
val cases_pattern_of_sexp : Sexplib.Sexp.t -> cases_pattern
val sexp_of_cases_pattern : cases_pattern -> Sexplib.Sexp.t
val glob_constr_of_sexp : Sexplib.Sexp.t -> glob_constr
val sexp_of_glob_constr : glob_constr -> Sexplib.Sexp.t
val glob_decl_of_sexp : Sexplib.Sexp.t -> glob_decl
val sexp_of_glob_decl : glob_decl -> Sexplib.Sexp.t
val predicate_pattern_of_sexp : Sexplib.Sexp.t -> predicate_pattern
val sexp_of_predicate_pattern : predicate_pattern -> Sexplib.Sexp.t
val tomatch_tuple_of_sexp : Sexplib.Sexp.t -> tomatch_tuple
val sexp_of_tomatch_tuple : tomatch_tuple -> Sexplib.Sexp.t
val tomatch_tuples_of_sexp : Sexplib.Sexp.t -> tomatch_tuples
val sexp_of_tomatch_tuples : tomatch_tuples -> Sexplib.Sexp.t
val cases_clause_of_sexp : Sexplib.Sexp.t -> cases_clause
val sexp_of_cases_clause : cases_clause -> Sexplib.Sexp.t
val cases_clauses_of_sexp : Sexplib.Sexp.t -> cases_clauses
val sexp_of_cases_clauses : cases_clauses -> Sexplib.Sexp.t