A curated set of exercises, solutions, and automated tests completed as part of a structured Haskell course. This repository demonstrates practical functional programming skills using the Stack ...
When I was learning Haskell, I missed the nice features of IntelliJ IDEA. My first approach was to use the default way of creating an IntelliJ plugin by defining a grammar and a lexer according to ...