Is there a built in version of this operator or is there a package that has this operator? Hoogle did not come up with anything.
infixl 0 &*
x &* f = fmap f x
getLine &* map toUpper >>= putStrLn
Is there a built in version of this operator or is there a package that has this operator? Hoogle did not come up with anything.
infixl 0 &*
x &* f = fmap f x
getLine &* map toUpper >>= putStrLn