I noticed that there are some overloading for math operators. Is it possible to apply a math expression on the columns? Something like: ```haskell F.col "x" + 2 * F.col "y" * sin (F.col "z") ``` also, can you overload the Floating class?