diff options
| author | Maxime Dénès | 2015-10-15 14:21:45 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2015-10-15 14:36:30 +0200 |
| commit | 44817bf722eacb0379bebc7e435bfafa503d574f (patch) | |
| tree | 210ffe37ee7e1d06f6a3b0b2a28b6bd192243c0d /pretyping/vnorm.mli | |
| parent | 3116aeff0cdc51e6801f3e8ae4a6c0533e1a75ac (diff) | |
Fix #4346 2/2: VM casts were not inferring universe constraints.
Diffstat (limited to 'pretyping/vnorm.mli')
| -rw-r--r-- | pretyping/vnorm.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pretyping/vnorm.mli b/pretyping/vnorm.mli index 7dabbc6cb0..99856a8d9a 100644 --- a/pretyping/vnorm.mli +++ b/pretyping/vnorm.mli @@ -8,7 +8,11 @@ open Term open Environ +open Evd (** {6 Reduction functions } *) val cbv_vm : env -> constr -> types -> constr +(** Conversion with inference of universe constraints *) +val vm_infer_conv : ?pb:conv_pb -> env -> evar_map -> constr -> constr -> + evar_map * bool |
