Skip to content

Various additional operations on lists (some with intermediate Monads). A small library to deal with a little bit more complex operations on lists than Data.List module

License

Notifications You must be signed in to change notification settings

OleksandrZhabenko/mmsyn5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

         ***** 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.

About

Various additional operations on lists (some with intermediate Monads). A small library to deal with a little bit more complex operations on lists than Data.List module

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published