Category Archives: Haskell

Selenium Test Automation Using A Free Monad

I have been working on a project that ended up with a lot of UI and as time passed I realized there is no way I can ensure the quality of the code without test automation. One may say, no … Continue reading

Posted in Haskell | Leave a comment

Recursion, Monad and Laziness

I am always excited about being able to write software that is easy to read and easy to maintain. Haskell is supposed to provide a lot of greatness and so I have been trying to enhance my knowledge of Haskell … Continue reading

Posted in Haskell | Leave a comment