The standard library provides many flipped versions of standard operators. >>= has =<<, $ has &, etc.. Does . have a flipped version? I would really rather not have to define one myself, if it already exists.
The standard library provides many flipped versions of standard operators. >>= has =<<, $ has &, etc.. Does . have a flipped version? I would really rather not have to define one myself, if it already exists.