epsi bio photo

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.
How Haskell Syntax can Make Your Code Cleaner
Haskell syntatic sugar is somehow weird. But once you get the idea, you are going to love it. Dollar $ infix operator can be your favorite one.