diff --git a/theories/heap_lang/notation.v b/theories/heap_lang/notation.v index 07e5df43260a4ac277bf6ecb0b51b9d5b97c54db..0948a57f9af86b7fa31d308d029f6e938f4c61d9 100644 --- a/theories/heap_lang/notation.v +++ b/theories/heap_lang/notation.v @@ -137,7 +137,7 @@ Notation "'let:' x := e1 'in' e2" := (Lam x%binder e2%E e1%E) format "'[' 'let:' x := '[' e1 ']' 'in' '/' e2 ']'") : expr_scope. Notation "e1 ;; e2" := (Lam BAnon e2%E e1%E) (at level 100, e2 at level 200, - format "'[' '[hv' '[' e1 ']' ;; ']' '/' e2 ']'") : expr_scope. + format "'[' '[hv' '[' e1 ']' ;; ']' '/' e2 ']'") : expr_scope. (* Shortcircuit Boolean connectives *) Notation "e1 && e2" :=