weaming (25)in #haskell • 7 years agoUnderstand Functor, Applicative and MonadFunctor A Functor is any data type that defines how fmap applies to it. Lists are functors too…weaming (25)in #python • 7 years agoString in Python2 and Python3str in Python2 and Python3 It turns out that the Python 2 str type doesn't hold a string; it holds a sequence…