aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Compilers/Z/Bounds/Pipeline.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compilers/Z/Bounds/Pipeline.v b/src/Compilers/Z/Bounds/Pipeline.v
index 8108e4389..9259aedd8 100644
--- a/src/Compilers/Z/Bounds/Pipeline.v
+++ b/src/Compilers/Z/Bounds/Pipeline.v
@@ -27,7 +27,7 @@ Ltac refine_reflectively64 := refine_reflectively64_with default_PipelineOptions
Ltac refine_reflectively32 := refine_reflectively32_with default_PipelineOptions.
(** Convenience notations for options *)
-Notation anf := {| Pipeline.Definition.anf := true |}.
+Definition anf := {| Pipeline.Definition.anf := true |}.
(** The default *)
Ltac refine_reflectively_with opts := refine_reflectively64_with opts.