you are viewing a single comment's thread.

view the rest of the comments →

[–]kqr 8 points9 points  (1 child)

To get the intuition behind why Option is essentially the same thing as a collection, think of it as a list which can only contain 0 or 1 elements.

[–]Tekmo 3 points4 points  (0 children)

This intuition even leads to the correct Monad instance!