Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 4
    The article doesn't seem to really show design patterns in Haskell, but show how Haskell addresses those needs without said patterns. Commented Sep 23, 2014 at 22:23
  • 4
    @Fresheyball: Depends upon your definition of patterns. Is mapping a function over a list a variant of the Visitor pattern? I have generally thought the answer was "yes." Patterns are supposed to go beyond a particular syntax. The function being applied could be wrapped as an object or passed as a function pointer, but the concept is the same, to me. Do you disagree? Commented Apr 2, 2015 at 21:06