diff options
| author | Maxime Dénès | 2016-09-15 17:31:51 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-01 17:54:42 +0200 |
| commit | a92b0e3abb476743f6f12ce828a0d82eb3c98e98 (patch) | |
| tree | 3a3284a60fff9ec15e876dba665969cd1bd24e27 /API/API.mli | |
| parent | 533c4f693a557c81a13edc6e624ccaa9578c0ddc (diff) | |
Move type_uconstr to Tacinterp.
Diffstat (limited to 'API/API.mli')
| -rw-r--r-- | API/API.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/API/API.mli b/API/API.mli index 9dc78cbe47..f4a7be2a3f 100644 --- a/API/API.mli +++ b/API/API.mli @@ -4012,10 +4012,6 @@ sig typing_constraint -> Glob_term.glob_constr -> Evd.evar_map * EConstr.t val understand_tcc : ?flags:inference_flags -> Environ.env -> Evd.evar_map -> ?expected_type:typing_constraint -> Glob_term.glob_constr -> Evd.evar_map * EConstr.constr - val type_uconstr : - ?flags:inference_flags -> - ?expected_type:typing_constraint -> - Geninterp.interp_sign -> Glob_term.closed_glob_constr -> EConstr.constr Tactypes.delayed_open val understand : ?flags:inference_flags -> ?expected_type:typing_constraint -> Environ.env -> Evd.evar_map -> Glob_term.glob_constr -> Constr.t Evd.in_evar_universe_context val check_evars : Environ.env -> Evd.evar_map -> Evd.evar_map -> EConstr.constr -> unit |
