DEV Community

Discussion on: How to read Haskell Documentation. Step by step guide.

Collapse
 
shiraeeshi profile image
shiraeeshi • Edited

I think the true power of Haskell shines when you leverage monads, lenses and the other functional programming tools.

It would be interesting to see how you would refactor the code of the project to demonstrate a more functional approach to application design, if it makes sense for such a small codebase. Maybe I need a larger project to experiment with functional tools.