diff options
| author | filliatr | 1999-08-30 13:17:26 +0000 |
|---|---|---|
| committer | filliatr | 1999-08-30 13:17:26 +0000 |
| commit | f1874a538ef7e5886b72c2ec2ce21b23d05aa8d7 (patch) | |
| tree | d54f85de98bbc0a137a3edeed213918a46e26374 /kernel/instantiate.mli | |
| parent | 19d21ec59b69a7bd5a8e4e77794e85fed6b48d39 (diff) | |
ajout des inductifs (sans types singletons pour l'instant)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@32 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/instantiate.mli')
| -rw-r--r-- | kernel/instantiate.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/instantiate.mli b/kernel/instantiate.mli index 0bcdabf6d2..73d6de1b12 100644 --- a/kernel/instantiate.mli +++ b/kernel/instantiate.mli @@ -4,6 +4,7 @@ (*i*) open Names open Term +open Inductive open Environ (*i*) @@ -21,3 +22,6 @@ val const_or_ex_value : 'a unsafe_env -> constr -> constr val const_or_ex_type : 'a unsafe_env -> constr -> constr val const_abst_opt_value : 'a unsafe_env -> constr -> constr option + +val mis_lc : 'a unsafe_env -> mind_specif -> constr + |
