What is hoogle?
Hoogle is Google for searching of Haskell functions. You could ask it for function name or its signature. There is available command Read more
It has been very long time since my last blog post. During this period I have become big enthusiast of functional programming, especially using Haskell Read more
What is a typeclass?
Typeclass is a Haskell way of creating the type composition in the world without inheritance. It allows to define a desired Read more