7 ms·"Just (+5)" is not a function. This would have worked with: (+5) <$> (Just 4)by antninja 13y ago"Just (+5)" is not a function. This would have worked with: (+5) <$> (Just 4)tel 13y agoOr Just (+5) <*> Just 4 as it turns out.