Hello Levi,

Tuesday, November 6, 2007, 3:02:49 AM, you wrote:

> I'm was wondering how most people work during when designing a functional
> program. Do you create data structures/types first? Do you work from some type
> signatures?

not first nor second. i write function bodies, then declare
appropriate data types when required and don't write function types at all

from my POV, FP allows to concentrate on the algorithms and mostly
ignore all auxiliary definitions

-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to