epsi bio photo

Examining Bind in Haskell: Hello World
Uncover the mysterious bind >>= operator in Haskell without dark magic.
Explaining Monad: References
Some Book of Witch written by Wizards.
Explaining Monad: Overview
Breaking the curse, of the unexplainable Monad.
Loop in Haskell With Map, Part Three
There is no loop in Haskell. Haskell designed that way. This is an example for beginner on how to compose function beyond loop iteration.
Loop in Haskell With Map, Part Two
There is no loop in Haskell. Haskell designed that way. This is an example for beginner on how to iterate over hash (dictionary).
Loop in Haskell With Map, Part One
There is no loop in Haskell. Haskell designed that way. This is an example for beginner on how to iterate over array (list).
Loop in Haskell With Map, Overview
Overview of doing loop in Haskell.