Skip to content
Snippets Groups Projects
user avatar
Alexey Kiryushin authored
Compaction of an immutable vector may crash with the confusing 'uninitialised element' error message (#220). The workaround is to use the 'force' function.
fd35bac4
History

The vector package Build Status

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

See vector on Hackage for more information.