-
Notifications
You must be signed in to change notification settings - Fork 31
Conflict with Alternative's <|> #41
Comments
Any proposals as to what it's changed to? |
Right, |
Seems like the best alternative (no pun intended) I did some Googling and couldn't find a better looking operator. Would we change the vertical join? |
If two lines is your thing, then Personally I would just have gone with
and
but that's just me. :) |
Yeah, the fact that we can't really come up with a good operator makes me think that concatenation isn't really worth an operator. I think your suggestion of above and beside is fine, except it looks kind of weird not infix. Maybe verticalConcat and horizontalConcat or something. |
@Daniel-Diaz do you want to make a decision about this, or are you waiting for a patch before passing judgment? |
I'm sure you're aware, but an operator named
<|>
is a part of the Alternative typeclass from Control.Applicative. Since that's in base now, I don't think it's wise for matrix to export a function with the same name for joining blocks.Not the end of the world.
The text was updated successfully, but these errors were encountered: