package rocq-runtime

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

Module Unification.MetaSource

Metas

Sourcetype t
Sourcetype instance_typing_status =
  1. | CoerceToType
  2. | TypeNotProcessed
  3. | TypeProcessed
Sourceval empty : t
Sourceval meta_opt_fvalue : t -> Constr.metavariable -> Evd.econstr freelisted option
Sourceval meta_declare : Constr.metavariable -> Evd.etypes -> ?name:Names.Name.t -> t -> t
Sourceval meta_merge : t -> t -> t

meta_merge evd1 evd2 returns evd2 extended with the metas of evd1

Sourceval map_metas : (Evd.econstr -> Evd.econstr) -> t -> t
Sourceval evar_source_of_meta : Constr.metavariable -> t -> Evar_kinds.t Loc.located
Sourceval fold : (Constr.metavariable -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval pr_metaset : Metaset.t -> Pp.t
Sourceval pr_metamap : Environ.env -> Evd.evar_map -> t -> Pp.t
OCaml

Innovation. Community. Security.