[Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Grigory Sarnitskiy
If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not to solve (though if the description implies the

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Albert Y. C. Lai
On 11-11-05 01:17 PM, Grigory Sarnitskiy wrote: If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread MigMit
Well, I usually use whatever comes handy, but I'm sure there are other approaches — like, for example, trying something almost unusable first. Отправлено с iPad 05.11.2011, в 21:17, Grigory Sarnitskiy sargrig...@ya.ru написал(а): If you are to describe a system, which consists of several

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Arnaud Bailly
That look's interesting. Do you have experience using this method? Arnaud On Sat, Nov 5, 2011 at 7:09 PM, Albert Y. C. Lai tre...@vex.net wrote: On 11-11-05 01:17 PM, Grigory Sarnitskiy wrote: If you are to describe a system, which consists of several subsystems, how do you approach the

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Ertugrul Soeylemez
Grigory Sarnitskiy sargrig...@ya.ru wrote: If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not to