package coq-serapi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Serlib.Ser_constrexprSource

Sourcetype 'a or_by_notation = 'a Constrexpr.or_by_notation
Sourceval or_by_notation_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a or_by_notation
Sourceval sexp_of_or_by_notation : ('a -> Sexplib.Sexp.t) -> 'a or_by_notation -> Sexplib.Sexp.t
Sourceval or_by_notation_of_yojson : (Yojson.Safe.t -> ('a, string) Result.result) -> Yojson.Safe.t -> ('a or_by_notation, string) Result.result
Sourceval or_by_notation_to_yojson : ('a -> Yojson.Safe.t) -> 'a or_by_notation -> Yojson.Safe.t
Sourcetype notation_entry = Constrexpr.notation_entry
Sourceval notation_entry_of_sexp : Sexplib.Sexp.t -> notation_entry
Sourceval sexp_of_notation_entry : notation_entry -> Sexplib.Sexp.t
Sourceval notation_entry_of_yojson : Yojson.Safe.t -> (notation_entry, string) Result.result
Sourceval notation_entry_to_yojson : notation_entry -> Yojson.Safe.t
Sourcetype entry_level = Constrexpr.entry_level
Sourceval entry_level_of_sexp : Sexplib.Sexp.t -> entry_level
Sourceval sexp_of_entry_level : entry_level -> Sexplib.Sexp.t
Sourceval entry_level_of_yojson : Yojson.Safe.t -> (entry_level, string) Result.result
Sourceval entry_level_to_yojson : entry_level -> Yojson.Safe.t
Sourcetype notation_entry_level = Constrexpr.notation_entry_level
Sourceval notation_entry_level_of_sexp : Sexplib.Sexp.t -> notation_entry_level
Sourceval sexp_of_notation_entry_level : notation_entry_level -> Sexplib.Sexp.t
Sourceval notation_entry_level_of_yojson : Yojson.Safe.t -> (notation_entry_level, string) Result.result
Sourceval notation_entry_level_to_yojson : notation_entry_level -> Yojson.Safe.t
Sourcetype entry_relative_level = Constrexpr.entry_relative_level
Sourceval entry_relative_level_of_sexp : Sexplib.Sexp.t -> entry_relative_level
Sourceval sexp_of_entry_relative_level : entry_relative_level -> Sexplib.Sexp.t
Sourceval entry_relative_level_of_yojson : Yojson.Safe.t -> (entry_relative_level, string) Result.result
Sourceval entry_relative_level_to_yojson : entry_relative_level -> Yojson.Safe.t
Sourcetype universe_decl_expr = Constrexpr.universe_decl_expr
Sourceval universe_decl_expr_of_sexp : Sexplib.Sexp.t -> universe_decl_expr
Sourceval sexp_of_universe_decl_expr : universe_decl_expr -> Sexplib.Sexp.t
Sourceval universe_decl_expr_of_yojson : Yojson.Safe.t -> (universe_decl_expr, string) Result.result
Sourceval universe_decl_expr_to_yojson : universe_decl_expr -> Yojson.Safe.t
Sourcetype ident_decl = Constrexpr.ident_decl
Sourceval ident_decl_of_sexp : Sexplib.Sexp.t -> ident_decl
Sourceval sexp_of_ident_decl : ident_decl -> Sexplib.Sexp.t
Sourceval ident_decl_of_yojson : Yojson.Safe.t -> (ident_decl, string) Result.result
Sourceval ident_decl_to_yojson : ident_decl -> Yojson.Safe.t
Sourcetype cumul_ident_decl = Constrexpr.cumul_ident_decl
Sourceval cumul_ident_decl_of_sexp : Sexplib.Sexp.t -> cumul_ident_decl
Sourceval sexp_of_cumul_ident_decl : cumul_ident_decl -> Sexplib.Sexp.t
Sourceval cumul_ident_decl_of_yojson : Yojson.Safe.t -> (cumul_ident_decl, string) Result.result
Sourceval cumul_ident_decl_to_yojson : cumul_ident_decl -> Yojson.Safe.t
Sourcetype univ_constraint_expr = Constrexpr.univ_constraint_expr
Sourceval univ_constraint_expr_of_sexp : Sexplib.Sexp.t -> univ_constraint_expr
Sourceval sexp_of_univ_constraint_expr : univ_constraint_expr -> Sexplib.Sexp.t
Sourceval univ_constraint_expr_of_yojson : Yojson.Safe.t -> (univ_constraint_expr, string) Result.result
Sourceval univ_constraint_expr_to_yojson : univ_constraint_expr -> Yojson.Safe.t
Sourcetype name_decl = Constrexpr.name_decl
Sourceval name_decl_of_sexp : Sexplib.Sexp.t -> name_decl
Sourceval sexp_of_name_decl : name_decl -> Sexplib.Sexp.t
Sourceval name_decl_of_yojson : Yojson.Safe.t -> (name_decl, string) Result.result
Sourceval name_decl_to_yojson : name_decl -> Yojson.Safe.t
Sourcetype notation = Constrexpr.notation
Sourceval notation_of_sexp : Sexplib.Sexp.t -> notation
Sourceval sexp_of_notation : notation -> Sexplib.Sexp.t
Sourcetype explicitation = Constrexpr.explicitation
Sourceval explicitation_of_sexp : Sexplib.Sexp.t -> explicitation
Sourceval sexp_of_explicitation : explicitation -> Sexplib.Sexp.t
Sourcetype binder_kind = Constrexpr.binder_kind
Sourceval binder_kind_of_sexp : Sexplib.Sexp.t -> binder_kind
Sourceval sexp_of_binder_kind : binder_kind -> Sexplib.Sexp.t
Sourcetype abstraction_kind = Constrexpr.abstraction_kind
Sourceval abstraction_kind_of_sexp : Sexplib.Sexp.t -> abstraction_kind
Sourceval sexp_of_abstraction_kind : abstraction_kind -> Sexplib.Sexp.t
Sourcetype proj_flag = Constrexpr.proj_flag
Sourceval proj_flag_of_sexp : Sexplib.Sexp.t -> proj_flag
Sourceval sexp_of_proj_flag : proj_flag -> Sexplib.Sexp.t
Sourcetype prim_token = Constrexpr.prim_token
Sourceval prim_token_of_sexp : Sexplib.Sexp.t -> prim_token
Sourceval sexp_of_prim_token : prim_token -> Sexplib.Sexp.t
Sourcetype cases_pattern_expr = Constrexpr.cases_pattern_expr
Sourceand cases_pattern_notation_substitution = Constrexpr.cases_pattern_notation_substitution
Sourceval cases_pattern_expr_of_sexp : Sexplib.Sexp.t -> cases_pattern_expr
Sourceval cases_pattern_notation_substitution_of_sexp : Sexplib.Sexp.t -> cases_pattern_notation_substitution
Sourceval sexp_of_cases_pattern_expr : cases_pattern_expr -> Sexplib.Sexp.t
Sourceval sexp_of_cases_pattern_notation_substitution : cases_pattern_notation_substitution -> Sexplib.Sexp.t
Sourcetype instance_expr = Constrexpr.instance_expr
Sourceval instance_expr_of_sexp : Sexplib.Sexp.t -> instance_expr
Sourceval sexp_of_instance_expr : instance_expr -> Sexplib.Sexp.t
Sourcetype constr_expr = Constrexpr.constr_expr
Sourceand case_expr = Constrexpr.case_expr
Sourceand branch_expr = Constrexpr.branch_expr
Sourceand fix_expr = Constrexpr.fix_expr
Sourceand cofix_expr = Constrexpr.cofix_expr
Sourceand recursion_order_expr = Constrexpr.recursion_order_expr
Sourceand local_binder_expr = Constrexpr.local_binder_expr
Sourceand constr_notation_substitution = Constrexpr.constr_notation_substitution
Sourceval constr_expr_of_sexp : Sexplib.Sexp.t -> constr_expr
Sourceval case_expr_of_sexp : Sexplib.Sexp.t -> case_expr
Sourceval branch_expr_of_sexp : Sexplib.Sexp.t -> branch_expr
Sourceval fix_expr_of_sexp : Sexplib.Sexp.t -> fix_expr
Sourceval cofix_expr_of_sexp : Sexplib.Sexp.t -> cofix_expr
Sourceval constr_notation_substitution_of_sexp : Sexplib.Sexp.t -> constr_notation_substitution
Sourceval sexp_of_constr_expr : constr_expr -> Sexplib.Sexp.t
Sourceval sexp_of_case_expr : case_expr -> Sexplib.Sexp.t
Sourceval sexp_of_branch_expr : branch_expr -> Sexplib.Sexp.t
Sourceval sexp_of_fix_expr : fix_expr -> Sexplib.Sexp.t
Sourceval sexp_of_cofix_expr : cofix_expr -> Sexplib.Sexp.t
Sourceval sexp_of_constr_notation_substitution : constr_notation_substitution -> Sexplib.Sexp.t
Sourceval recursion_order_expr_of_sexp : Sexplib.Sexp.t -> recursion_order_expr
Sourceval sexp_of_recursion_order_expr : recursion_order_expr -> Sexplib.Sexp.t
Sourceval recursion_order_expr_of_yojson : Yojson.Safe.t -> (recursion_order_expr, string) Result.result
Sourceval recursion_order_expr_to_yojson : recursion_order_expr -> Yojson.Safe.t
Sourceval sexp_of_local_binder_expr : local_binder_expr -> Sexplib.Sexp.t
Sourceval local_binder_expr_of_sexp : Sexplib.Sexp.t -> local_binder_expr
Sourceval local_binder_expr_of_yojson : Yojson.Safe.t -> (local_binder_expr, string) Result.result
Sourceval local_binder_expr_to_yojson : local_binder_expr -> Yojson.Safe.t
Sourceval constr_expr_of_yojson : Yojson.Safe.t -> (constr_expr, string) Result.result
Sourceval constr_expr_to_yojson : constr_expr -> Yojson.Safe.t
Sourcetype constr_pattern_expr = Constrexpr.constr_pattern_expr
Sourceval constr_pattern_expr_of_sexp : Sexplib.Sexp.t -> constr_pattern_expr
Sourceval sexp_of_constr_pattern_expr : constr_pattern_expr -> Sexplib.Sexp.t
Sourceval constr_pattern_expr_of_yojson : Yojson.Safe.t -> (constr_pattern_expr, string) Result.result
Sourceval constr_pattern_expr_to_yojson : constr_pattern_expr -> Yojson.Safe.t
Sourcetype with_declaration_ast = Constrexpr.with_declaration_ast
Sourceval with_declaration_ast_of_sexp : Sexplib.Sexp.t -> with_declaration_ast
Sourceval sexp_of_with_declaration_ast : with_declaration_ast -> Sexplib.Sexp.t
Sourceval with_declaration_ast_of_yojson : Yojson.Safe.t -> (with_declaration_ast, string) Result.result
Sourceval with_declaration_ast_to_yojson : with_declaration_ast -> Yojson.Safe.t
Sourcetype module_ast = Constrexpr.module_ast
Sourceval module_ast_of_sexp : Sexplib.Sexp.t -> module_ast
Sourceval sexp_of_module_ast : module_ast -> Sexplib.Sexp.t
Sourceval module_ast_of_yojson : Yojson.Safe.t -> (module_ast, string) Result.result
Sourceval module_ast_to_yojson : module_ast -> Yojson.Safe.t
OCaml

Innovation. Community. Security.