diff options
| author | Maxime Dénès | 2020-08-23 19:19:05 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2020-08-23 19:19:05 +0200 |
| commit | 98734a2d5ad419b99777dfd546ef482b5986cfda (patch) | |
| tree | 52cf561255038e011a19df13425350b8ecacc7ce /plugins/extraction/common.mli | |
| parent | 692b2de5009ba49bca72b19091ea6294b813777b (diff) | |
| parent | 1b8ce11a8cca8deca4409fa9e9e2c8d56e9180f2 (diff) | |
Merge PR #12851: Extraction: At declaration point of a global, use its declaring name
Reviewed-by: maximedenes
Diffstat (limited to 'plugins/extraction/common.mli')
| -rw-r--r-- | plugins/extraction/common.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extraction/common.mli b/plugins/extraction/common.mli index 0bd9efd255..a482cfc03d 100644 --- a/plugins/extraction/common.mli +++ b/plugins/extraction/common.mli @@ -55,6 +55,7 @@ val opened_libraries : unit -> ModPath.t list type kind = Term | Type | Cons | Mod val pp_global : kind -> GlobRef.t -> string +val pp_global_name : kind -> GlobRef.t -> string val pp_module : ModPath.t -> string val top_visible_mp : unit -> ModPath.t |
