package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type binding_bound_vars = Names.Id.Set.t
exception PatternMatchingFailure
val special_meta : Constr.metavariable
type bound_ident_map = Names.Id.t Names.Id.Map.t
val is_matching_head : Environ.env -> Evd.evar_map -> Pattern.constr_pattern -> EConstr.constr -> bool
type matching_result = {
  1. m_sub : bound_ident_map * Ltac_pretype.patvar_map;
  2. m_ctx : EConstr.t Stdlib.Lazy.t;
}
val is_matching_appsubterm : ?closed:bool -> Environ.env -> Evd.evar_map -> Pattern.constr_pattern -> EConstr.constr -> bool
OCaml

Innovation. Community. Security.