aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/smartlocate.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/smartlocate.ml')
-rw-r--r--interp/smartlocate.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/smartlocate.ml b/interp/smartlocate.ml
index 66efe5982..6146bc42e 100644
--- a/interp/smartlocate.ml
+++ b/interp/smartlocate.ml
@@ -19,13 +19,13 @@ open Names
open Libnames
open Misctypes
open Syntax_def
-open Topconstr
+open Notation_term
let global_of_extended_global = function
| TrueGlobal ref -> ref
| SynDef kn ->
match search_syntactic_definition kn with
- | [],ARef ref -> ref
+ | [],NRef ref -> ref
| _ -> raise Not_found
let locate_global_with_alias (loc,qid) =