diff options
| author | herbelin | 2006-05-28 16:46:48 +0000 |
|---|---|---|
| committer | herbelin | 2006-05-28 16:46:48 +0000 |
| commit | b49f1fc6d92189a5b9e985042e8d0d07ee0d5220 (patch) | |
| tree | 597c65e3b53fb9fe04ee3fd926ce4d3b5330b445 /pretyping/retyping.mli | |
| parent | 598512fa6c6902dda926e3daa1a6def7d5651acb (diff) | |
- Indtypes: en attente opinion CoRN, les occurrences de Type non explicites
(i.e. cachées sous un nom de constante) sont considérées comme
monomorphes.
- Divers: renommage type_of_applied_inductive, un peu de documentation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8871 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/retyping.mli')
| -rw-r--r-- | pretyping/retyping.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/retyping.mli b/pretyping/retyping.mli index 8631f55453..900a96829e 100644 --- a/pretyping/retyping.mli +++ b/pretyping/retyping.mli @@ -34,5 +34,5 @@ val get_assumption_of : env -> evar_map -> constr -> types (* Makes an unsafe judgment from a constr *) val get_judgment_of : env -> evar_map -> constr -> unsafe_judgment -val type_of_applied_inductive : env -> evar_map -> inductive -> +val type_of_inductive_knowing_parameters : env -> evar_map -> inductive -> constr array -> types |
