An exercise in combinators using Haskell — In my quest to learn how to use Haskell, I have started tackling the Project Euler suite of problems. I also became enamored with the idea of point-free or tacit programming, a style in which function arguments are implicit, ie. the function argument has no “points” it references. (Note: This…