haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
366 stars 139 forks source link

Improve `fromList` docs #500

Closed AlexMaryW closed 4 months ago

AlexMaryW commented 4 months ago

Issue: https://github.com/haskell/vector/issues/439

Hi, I wrote the documentation on the basis of issue comments and put it in all six definitions of fromList :)

AlexMaryW commented 4 months ago

Thanks! I added the suggested pragmas in be318c1.

Shimuuar commented 4 months ago

LGTM. Thank you! I think this PR is good to go

TeofilC commented 4 months ago

Thanks @AlexMaryW !