diff options
| author | Maxime Dénès | 2018-10-08 16:05:06 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-10-08 16:05:06 +0200 |
| commit | 22e7ae8f9f5d673fd552c30b7709b948bc8f68a5 (patch) | |
| tree | ac8222c8ae4c776c3767ca5fcaf04633bc2c0709 /pretyping | |
| parent | 9a1cbeb18e10e7eb40363e648e15f4f9aae1f9b8 (diff) | |
| parent | 875c133ad30890ce3338093b5060cb2dd68c5b52 (diff) | |
Merge PR #8654: Remove FCast from CClosure.fterm.
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/inferCumulativity.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/inferCumulativity.ml b/pretyping/inferCumulativity.ml index be79b8b07d..a56a8314e6 100644 --- a/pretyping/inferCumulativity.ml +++ b/pretyping/inferCumulativity.ml @@ -137,7 +137,7 @@ let rec infer_fterm cv_pb infos variances hd stk = infer_stack infos variances stk (* Removed by whnf *) - | FLOCKED | FCaseT _ | FCast _ | FLetIn _ | FApp _ | FLIFT _ | FCLOS _ -> assert false + | FLOCKED | FCaseT _ | FLetIn _ | FApp _ | FLIFT _ | FCLOS _ -> assert false and infer_stack infos variances (stk:CClosure.stack) = match stk with |
