From f0aa1a484ecdc01c4aedd1a1ad75324619bc0456 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 14 May 2017 11:09:38 -0400 Subject: Allow specifying type in nlet --- src/Util/Notations.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index feffc0f4b..f6dc432b8 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -71,6 +71,8 @@ Reserved Notation "'plet' x := y 'in' z" (at level 200, z at level 200, format "'plet' x := y 'in' '//' z"). Reserved Notation "'nlet' x := A 'in' b" (at level 200, b at level 200, format "'nlet' x := A 'in' '//' b"). +Reserved Notation "'nlet' x : tx := A 'in' b" + (at level 200, b at level 200, format "'nlet' x : tx := A 'in' '//' b"). Reserved Notation "'slet' x .. y := A 'in' b" (at level 200, x binder, y binder, b at level 200, format "'slet' x .. y := A 'in' '//' b"). Reserved Notation "'llet' x := A 'in' b" -- cgit v1.2.3