vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add a collections Api: List, Set, and Map #11

Open vickumar1981 opened 4 years ago

vickumar1981 commented 4 years ago

Add classes for List, Set, and Map that wrap the python built-in list, set, and dict objects. Will extend the base Monad object and support map and flat_map operations, as well as other basic operations that can be wrapped by just calling the built-in methods.