aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation.ml')
-rw-r--r--interp/notation.ml9
1 files changed, 4 insertions, 5 deletions
diff --git a/interp/notation.ml b/interp/notation.ml
index 37ad387da..81ef06f6f 100644
--- a/interp/notation.ml
+++ b/interp/notation.ml
@@ -16,7 +16,6 @@ open Term
open Nametab
open Libnames
open Globnames
-open Summary
open Constrexpr
open Notation_term
open Glob_term
@@ -920,10 +919,10 @@ let init () =
scope_class_map := Gmap.add ScopeSort "type_scope" Gmap.empty
let _ =
- declare_summary "symbols"
- { freeze_function = freeze;
- unfreeze_function = unfreeze;
- init_function = init }
+ Summary.declare_summary "symbols"
+ { Summary.freeze_function = freeze;
+ Summary.unfreeze_function = unfreeze;
+ Summary.init_function = init }
let with_notation_protection f x =
let fs = freeze () in