diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-12-17 13:00:26 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-12-17 13:00:26 +0000 |
commit | fd4fe800a4ace9ad56a29340439dffc248cc04f1 (patch) | |
tree | 4018601540b0c90864942016924d7d73eaa3c65d /pretyping | |
parent | 36e50172128dd8da3e47460aeabc74b8de5149f9 (diff) |
ma bidouille marche pas...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3449 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r-- | pretyping/detyping.ml | 2 |
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 |