From 7884130a89d07f4bbe1465126c06ca4c3927cb81 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 17 May 2017 01:38:06 -0400 Subject: Ltac scope interprets some notations as errors, so we make anf a definition --- src/Compilers/Z/Bounds/Pipeline.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3