diff options
| author | herbelin | 2003-08-14 13:41:39 +0000 |
|---|---|---|
| committer | herbelin | 2003-08-14 13:41:39 +0000 |
| commit | 4135e812a99fdfd7404fd354f31f286a4b4f005a (patch) | |
| tree | fd831a1e14acfa8c3c9a63b625e11135413506e1 /interp/constrextern.mli | |
| parent | 8595888095feba842ebe880a91edbad170b0023a (diff) | |
Traducteur de correctness
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4275 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/constrextern.mli')
| -rw-r--r-- | interp/constrextern.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interp/constrextern.mli b/interp/constrextern.mli index 008957e1bb..c5595f5a9e 100644 --- a/interp/constrextern.mli +++ b/interp/constrextern.mli @@ -39,6 +39,7 @@ val extern_pattern : env -> names_context -> constr_pattern -> constr_expr level of quantification clashing with the variables in [env] are renamed *) val extern_constr : bool -> env -> constr -> constr_expr +val extern_constr_in_scope : bool -> scope_name -> env -> constr -> constr_expr val extern_reference : loc -> Idset.t -> global_reference -> reference (* For debugging *) |
