diff options
Diffstat (limited to 'pretyping/termops.mli')
| -rw-r--r-- | pretyping/termops.mli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli index 216a090c44..9c9243c8c7 100644 --- a/pretyping/termops.mli +++ b/pretyping/termops.mli @@ -175,3 +175,12 @@ val make_all_name_different : env -> env val global_vars : env -> constr -> identifier list val global_vars_set_of_decl : env -> named_declaration -> Idset.t + +(* References to constr *) + +val construct_reference : named_context -> identifier -> constr +val global_reference : identifier -> constr + +(* Test if an identifier is the basename of a global reference *) +val is_global : identifier -> bool + |
