about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/examples/vector/README.md
blob: 079dbd0b6b93ccf0ef53e17e17cb74ada0e523c3 (plain) (blame)
1
2
3
4
5
6
The `vector` package [![Build Status](https://travis-ci.org/haskell/vector.png?branch=master)](https://travis-ci.org/haskell/vector)
====================

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

See [`vector` on Hackage](http://hackage.haskell.org/package/vector) for more information.