package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type constr_under_binders = Names.Id.t list * EConstr.constr
type patvar_map = EConstr.constr Names.Id.Map.t
type extended_patvar_map = constr_under_binders Names.Id.Map.t
type case_info_pattern = {
  1. cip_style : Misctypes.case_style;
  2. cip_ind : Names.inductive option;
  3. cip_ind_tags : bool list option;
  4. cip_extensible : bool;
}
OCaml

Innovation. Community. Security.