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 hoogle
, which could 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 language. In this
Typeclass is a Haskell way of creating the type composition in the world without inheritance. It allows to define a desired behavior in a form of function Read more