You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add classes for
List
,Set
, andMap
that wrap the python built-inlist
,set
, anddict
objects. Will extend the baseMonad
object and supportmap
andflat_map
operations, as well as other basic operations that can be wrapped by just calling the built-in methods.The text was updated successfully, but these errors were encountered: