Functional Programming Equivalent of Design Patterns Book?

Posted by JasonFruit on Stack Overflow See other posts from Stack Overflow or by JasonFruit
Published on 2010-05-28T15:27:52Z Indexed on 2010/05/28 15:31 UTC
Read the original article Hit count: 139

Is there a functional-programming equivalent to the Gang of Four Design Patterns book? That is, is there a book that explains and gives examples of how commonly-needed code structures are implemented functionally? I think seeing that would give me a better idea of how to go about using in practice the functional concepts whose theory I understand.

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about books