From 9b7d1c90181c96f1d867aec1493fd4f8e89bd530 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 22 Sep 2016 14:51:45 -0400 Subject: Add a form of Let_In that carries a proof --- 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 99761c63b..3b710975d 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -68,5 +68,7 @@ Reserved Notation "'llet' x := A 'in' b" (* Note that making [Let] a keyword breaks the vernacular [Let] in Coq 8.4 *) Reserved Notation "'dlet' x := y 'in' f" (at level 200, f at level 200, format "'dlet' x := y 'in' '//' f"). +Reserved Notation "'pflet' x , pf := y 'in' f" + (at level 200, f at level 200, format "'pflet' x , pf := y 'in' '//' f"). Reserved Notation "'λ' x .. y , t" (at level 200, x binder, y binder, right associativity). Reserved Notation "'λn' x .. y , t" (at level 200, right associativity). -- cgit v1.2.3