7 ms·
Of the three, I'd contend <$> is the most reasonable to do since it's very similar to $ (which is commonly used), but applied to a boxed argument (Functor).
by cherry_su 11y ago
Of the three, I'd contend <$> is the most reasonable to do since it's very similar to $ (which is commonly used), but applied to a boxed argument (Functor).
- tel 11y agoOn the other hand, <*> is closer in spirit to what $ is.