Hacker News new | ask | show | jobs
by antninja 4773 days ago
"Just (+5)" is not a function. This would have worked with:

(+5) <$> (Just 4)

1 comments

Or Just (+5) <*> Just 4 as it turns out.