@hackage vector-functorlazy0.0.1
vectors that perform the fmap operation in constant time
Categories
License
BSD-3-Clause
Maintainer
mike@izbicki.me
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.0.1 Fri, 5 Jul 2013
Installation
Dependencies (5)
Dependents (1)
@hackage/acme-everything
Functor-lazy vectors perform the fmap operation in constant time, whereas other vectors require linear time. All vector operations are supported except for slicing. See http://github.com/mikeizbicki/vector-funxtorlazy for details on how this module works under the hood.