mo icon indicating copy to clipboard operation
mo copied to clipboard

Applicative

Open orbitoo opened this issue 2 years ago • 0 comments

If m and n are two Option[int], I want to add them up. How can I finish this? I learnt haskell these days and it uses applicative (a special functor) to do this. Maybe an apply method is needed?

orbitoo avatar Jun 21 '22 07:06 orbitoo