Remove singleton notations for tuples
Compare changes
Files
2+ 0
− 4
@@ -865,10 +865,6 @@ Notation "{[ x ]}" := (singleton x) (at level 1) : stdpp_scope.
Remove singleton notations {[ x,y ]}
and {[ x,y,z ]}
for {[ (x,y) ]}
and {[ (x,y,z) ]}
. They date back to the time we used the singleton
class with a product for maps (there's now the singletonM
class).