What is the 'Const' applicative functor useful for?

Viewed 3062

I've just found Const in the documentation of Control.Applicative, but I have a hard time working out where this is useful, over just using Monoid directly.

What am I missing?

4 Answers
Related