aboutsummaryrefslogtreecommitdiff
path: root/toplevel/command.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/command.ml')
-rw-r--r--toplevel/command.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml
index 95ddf1fb06..4fc574daf5 100644
--- a/toplevel/command.ml
+++ b/toplevel/command.ml
@@ -390,7 +390,7 @@ let sup_list = List.fold_left Univ.sup Univ.type0m_univ
let extract_level env evd tys =
let sorts = List.map (fun ty ->
let ctx, concl = Reduction.dest_prod_assum env ty in
- sign_level env evd ctx) tys
+ sign_level env evd ((Anonymous, None, concl) :: ctx)) tys
in sup_list sorts
let inductive_levels env evdref poly arities inds =