diff options
| author | herbelin | 2001-11-20 23:04:37 +0000 |
|---|---|---|
| committer | herbelin | 2001-11-20 23:04:37 +0000 |
| commit | cc058a45755800e65a4e0fb6a37e8576f2b608d5 (patch) | |
| tree | 25479f1f9deaa6ef2d36434459efb49368f6b47b /pretyping/inductiveops.mli | |
| parent | 109414970c8ce6a7f7fdb9d9819ef39a8095cf2e (diff) | |
Ajout make_arity_signature
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2219 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/inductiveops.mli')
| -rw-r--r-- | pretyping/inductiveops.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pretyping/inductiveops.mli b/pretyping/inductiveops.mli index ef72ab7a35..09c81c7d79 100644 --- a/pretyping/inductiveops.mli +++ b/pretyping/inductiveops.mli @@ -54,6 +54,8 @@ val get_constructors : val get_arity : env -> inductive * constr list -> Sign.arity val build_dependent_constructor : constructor_summary -> constr val build_dependent_inductive : env -> inductive * constr list -> constr +val make_arity_signature : + env -> bool -> inductive * constr list -> Sign.rel_context val make_arity : env -> bool -> inductive * constr list -> sorts -> types val build_branch_type : env -> bool -> constr -> constructor_summary -> types |
