ilist

Optimised list functions for doing index-related things

http://github.com/aelve/ilist

Version on this page:0.2.0.0
LTS Haskell 22.13:0.4.0.1@rev:3
Stackage Nightly 2024-03-14:0.4.0.1@rev:3
Latest on Hackage:0.4.0.1@rev:3

See all snapshots ilist appears in

BSD-3-Clause licensed by Artyom
Maintained by [email protected]
This version can be pinned in stack with:ilist-0.2.0.0@sha256:4d002937615ec778b02b7e9fadfffb9766346019c7de2092f5ffb1c5f7de112f,1948

Module documentation for 0.2.0.0

Depends on 1 package(full list with versions):

Optimised list functions for doing index-related things. They're faster than common idioms in all cases, and sometimes they fuse better as well.

Changes

0.2.0.0

  • izipWithM and izipWithM_ have been generalised from Monad to Applicative (which mimics what was done in base-4.9).

0.1.0.0

First release.