We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can define folds for Seq more efficiently. See thread starting #1016 (comment) and in particular the code by treeowl in #1016 (comment)
Seq
The catch is that we need GADTs, which is not portable.
The text was updated successfully, but these errors were encountered:
Might be worth noting that we already use a couple of extensions in a non-portable way
CPP
BangPatterns
seq
Sorry, something went wrong.
No branches or pull requests
We can define folds for
Seq
more efficiently. See thread starting #1016 (comment) and in particular the code by treeowl in #1016 (comment)The catch is that we need GADTs, which is not portable.
The text was updated successfully, but these errors were encountered: