mmsyn5: Various additional operations on lists (some with intermediate Monads)

[ data, library, lists, mit ] [ Propose Tags ]
This version is deprecated.

A small library to deal with a little bit more complex operations on lists than Data.List module


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.1.1, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.3.0, 0.4.4.0, 0.5.0.0, 0.5.1.0, 0.6.0.0 (info)
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.15) [details]
License MIT
Author OleksandrZhabenko
Maintainer olexandr543@yahoo.com
Category Data
Home page https://hackage.haskell.org/package/mmsyn5
Uploaded by OleksandrZhabenko at 2020-05-14T14:50:44Z
Distributions NixOS:0.6.0.0
Reverse Dependencies 11 direct, 34 indirect [details]
Downloads 5121 total (55 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-05-14 [all 1 reports]

Readme for mmsyn5-0.4.4.0

[back to package description]
         ***** Notes *****
         -----------------

Operations to apply a function or two different functions to an element of the outer list. Various additional operations on lists that have additional intermediate Monads inside.

  • Operations to apply a function or two different functions to an element of the outer list (some of them create inner list).

  • Unsafe (in general) operations that can lead to intermediate Monads.

Unsafe functions, in which one of the intermediate results (or even both) is in the Monad, can have an unpredictable behaviour. Use them ONLY if you surely know what you are doing. It's your responsibility to check whether the code does what you expect.