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
Now that haskell/vector#380 is complete, we can drop our Vector patches.
To preserve our API (Data.Strict.Vector) for our existing users, we can instead shim into the new vector's Data.Vector.Strict.
Data.Strict.Vector
Data.Vector.Strict
The text was updated successfully, but these errors were encountered:
It seems the latest released version of vector 0.13.1.0 doesn't have Data.Vector.Strict yet so we'll first have to wait for that.
vector
Sorry, something went wrong.
No branches or pull requests
Now that haskell/vector#380 is complete, we can drop our Vector patches.
To preserve our API (
Data.Strict.Vector
) for our existing users, we can instead shim into the new vector'sData.Vector.Strict
.The text was updated successfully, but these errors were encountered: