Skip to content
Snippets Groups Projects
Commit 5d8dd980 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Ralf's suggested singleton notation.

parent 6e1f9a26
No related branches found
No related tags found
No related merge requests found
......@@ -866,7 +866,7 @@ Notation "{[ x ; y ; .. ; z ]}" :=
(union .. (union (singleton x) (singleton y)) .. (singleton z))
(at level 1) : stdpp_scope.
Notation "+{[ x ; y ; .. ; z ]}" :=
Notation "{[ x ;+ y ;+ .. ;+ z ]}" :=
(disj_union .. (disj_union (singleton x) (singleton y)) .. (singleton z))
(at level 1) : stdpp_scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment