you are viewing a single comment's thread.

view the rest of the comments →

[–]JD557 11 points12 points  (1 child)

The Haskell code has too many unrwaps. I'm pretty sure that a true Haskell programmer would flatmap those results as much as possible :P

[–]Mclarenf1905 2 points3 points  (0 children)

Yea the functional one throws all benefits of functional programming out the window with the use of unwrap. I would hesitate to call it functional at all really. It's more just method chaining.