diff options
| author | herbelin | 2003-10-13 12:43:55 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-13 12:43:55 +0000 |
| commit | 0122fb9935cd33a190cd2c4d1578506786dda3e1 (patch) | |
| tree | 409a2cfcd7c8888b65b3c93e224a863929b717e1 | |
| parent | a0cd5003d9cdb8a2a060e47837a566348d215ac9 (diff) | |
Export is_section_variable
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4622 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | pretyping/termops.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli index 317a375632..ca5e5139df 100644 --- a/pretyping/termops.mli +++ b/pretyping/termops.mli @@ -185,3 +185,4 @@ val global_reference_in_absolute_module : dir_path -> identifier -> constr (* Test if an identifier is the basename of a global reference *) val is_global : identifier -> bool +val is_section_variable : identifier -> bool |
