jasonkuhrt-archive / maybe

Correct implementation of the Maybe monad in JavaScript
1 stars 0 forks source link

Make it a functor #4

Closed jasonkuhrt closed 10 years ago

jasonkuhrt commented 10 years ago

map must be supported in order for Maybe to be a proper Monad.