aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/detyping.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/detyping.ml b/pretyping/detyping.ml
index 4c6d24833..ae216324c 100644
--- a/pretyping/detyping.ml
+++ b/pretyping/detyping.ml
@@ -236,7 +236,7 @@ let rec detype tenv avoid env t =
let indsp = annot.ci_ind in
let considl = annot.ci_pp_info.cnames in
let k = annot.ci_pp_info.ind_nargs in
- let consnargsl = mis_constr_nargs_env tenv indsp in
+ let consnargsl = mis_constr_nargs (*_env tenv*) indsp in
let pred =
if synth_type & computable p k & considl <> [||] then
None