Appearance
True Myth / maybe / Matcher
Matcher<T, A> = object
T
A
object
A lightweight object defining how to handle each variant of a Maybe.
Maybe
Just: (value) => A
value
Nothing: () => A