diff options
| author | Pierre-Marie Pédrot | 2018-10-04 17:00:33 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-04 17:02:12 +0200 |
| commit | 875c133ad30890ce3338093b5060cb2dd68c5b52 (patch) | |
| tree | 73bd5e6d1799af705851f468e42e26b8be6c323f /pretyping | |
| parent | c1e7333faab2f3b0381fc56aa69979cd80ccd75f (diff) | |
Remove FCast from CClosure.fterm.
Just like in the Sixth Sense, it turns out it was dead code all along.
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 |
