aboutsummaryrefslogtreecommitdiff
path: root/src/Rewriter.v
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-04-26 17:10:05 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-04-26 17:10:05 -0400
commit6de992d169e076f2e579e14b0d64ff68616e04b0 (patch)
tree8e9d90a802227b60ed1f4b387ddec8d4084e530d /src/Rewriter.v
parent4483d41d6a510e01041f05546643934c9d2a887b (diff)
Clean up notations after bbv removalHEADmaster
Restore `Reserved Notation` directives for `$ x` and `# x`, which were commented out to avoid conflicts with bbv. Make both notations `at level 9, x at level 9`, which matches unary prefix operators throughout the rest of the development.
Diffstat (limited to 'src/Rewriter.v')
-rw-r--r--src/Rewriter.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rewriter.v b/src/Rewriter.v
index c619d5770..6200e4582 100644
--- a/src/Rewriter.v
+++ b/src/Rewriter.v
@@ -1255,7 +1255,7 @@ Module Compilers.
end%under_lets.
Definition assemble_identifier_rewriters {t} (idc : ident t) : value_with_lets t
- := eta_ident_cps _ _ idc (fun t' idc' => assemble_identifier_rewriters' t' (rIdent true idc' #idc') (fun _ => id)).
+ := eta_ident_cps _ _ idc (fun t' idc' => assemble_identifier_rewriters' t' (rIdent true idc' (#idc')) (fun _ => id)).
End with_do_again.
End with_var.
Global Arguments rew_should_do_again {_ _ _ _ _ _} _.