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.
Add classes for
List,Set, andMapthat wrap the python built-inlist,set, anddictobjects. Will extend the baseMonadobject and supportmapandflat_mapoperations, as well as other basic operations that can be wrapped by just calling the built-in methods.