Implement Align type-class #535
Closed
Comments
|
I came up we can implement |
|
Yeah I am not big into calling |
|
There is |
|
Yep, We can do a bit better than that too I think :) |
|
I think |
|
Yeah I misnamed it. I mean this:
|
I got it :) |
tonymorris
added a commit
that referenced
this issue
Sep 20, 2013
Align type-class, syntax and instances. Some ideas taken from http://hackage.haskell.org/package/these/ The Align type-class is provides a zip-like operation (align) that maintains list elements that do not align.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Addresses commonly brought up requests:
Subsumes the Scala standard library (
ZipAll).The text was updated successfully, but these errors were encountered: