diff options
| author | Pierre-Marie Pédrot | 2016-10-30 16:03:13 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-10-30 19:34:34 +0100 |
| commit | 4ec4c906fdca8907a839f813927280dc127c7f05 (patch) | |
| tree | 1b8a1024138e359bec663875be8985c50509c4fa /engine/evd.mli | |
| parent | cd1adfe2d51d05381a1044fb5a0086c608184ca9 (diff) | |
Reordering Termops w.r.t. Evd and Namegen in engine folder.
Diffstat (limited to 'engine/evd.mli')
| -rw-r--r-- | engine/evd.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/evd.mli b/engine/evd.mli index b47b389d1b..5c9effd4be 100644 --- a/engine/evd.mli +++ b/engine/evd.mli @@ -607,6 +607,7 @@ val pr_evar_suggested_name : existential_key -> evar_map -> Id.t (** {5 Debug pretty-printers} *) +val print_constr_hook : (Environ.env -> constr -> Pp.std_ppcmds) Hook.t val pr_evar_info : evar_info -> Pp.std_ppcmds val pr_evar_constraints : evar_constraint list -> Pp.std_ppcmds val pr_evar_map : ?with_univs:bool -> int option -> evar_map -> Pp.std_ppcmds |
