How to structure an application written in a functional language?

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-05-02T16:47:03Z Indexed on 2010/05/02 17:27 UTC
Read the original article Hit count: 113

How is code commonly organized in FP applications? Along what lines do you separate files, modules, directories, etc.?

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about best-practices