It’s hard, I know. :slightly_smiling_face: For ex...
# arrow
s
It’s hard, I know. 🙂 For example, using
Container
instead of
Monad
would increase understanding. It ‘contains’ one or more elements of another type. You can do stuff with those contained elements (eg
map
,
flatMap
and other functions).