aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/smartlocate.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/smartlocate.mli')
-rw-r--r--interp/smartlocate.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/interp/smartlocate.mli b/interp/smartlocate.mli
index 9006e3687..f8840ca0e 100644
--- a/interp/smartlocate.mli
+++ b/interp/smartlocate.mli
@@ -37,3 +37,5 @@ val smart_global : ?head:bool -> reference or_by_notation -> global_reference
(** The same for inductive types *)
val smart_global_inductive : reference or_by_notation -> inductive
+(** Return the loc of a smart reference *)
+val loc_of_smart_reference : reference or_by_notation -> Loc.t