Skip to content
Snippets Groups Projects
Commit fad7bbcf authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'robbert/seq_notation_space' into 'master'

Remove space before `;;` in format directive.

See merge request iris/iris!336
parents 60647cc2 f529c4f4
No related branches found
No related tags found
No related merge requests found
......@@ -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" :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment