Don't Fear Custom Operator!

Table of Contents Introduction Creating custom operator Operator overload (The bad) Operator overload (The good) Custom Operator Normal composition Direct composition Left to Right application operator Creating Custom Operator |> 3 Q’s before introducing custom operator Custom operator for map fmap or map |» operator Conclusion Introduction Operator (+, -, >) are just normal functions. Treated a bit differently (syntatically) by the compiler.

Read More