aboutsummaryrefslogtreecommitdiff
path: root/interp/syntax_def.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/syntax_def.mli')
-rw-r--r--interp/syntax_def.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli
index 9e15ab970e..f0a45389a9 100644
--- a/interp/syntax_def.mli
+++ b/interp/syntax_def.mli
@@ -9,14 +9,14 @@
open Errors
open Util
open Names
-open Topconstr
+open Notation_term
open Glob_term
open Nametab
open Libnames
(** Syntactic definitions. *)
-type syndef_interpretation = (identifier * subscopes) list * aconstr
+type syndef_interpretation = (identifier * subscopes) list * notation_constr
val declare_syntactic_definition : bool -> identifier -> bool ->
syndef_interpretation -> unit