Re: [Haskell-cafe] Programming with arrows, exercises

2011-09-30 Thread Sergey Mironov
2011/9/30 John Lask :
> On 30/09/2011 7:15 AM, Sergey Mironov wrote:
>>
>> Hello. I am reading "Programming with Arrows" by John Hughes (very
>> helpful and interesting!), the book has an exercises requiring a
>> module called Circuits for checking the answer. There should be things
>> like class ArrowCircuit and various functions related to digital logic
>> circuits simulation.  Does anybody know where can I find one?
>>
>> Thanks,
>> Sergey
>>
>> ___
>> Haskell-Cafe mailing list
>> Haskell-Cafe@haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> This was in the old arrows library I have attached a copy, it will probably
> need modification to compile.
>
> You should be able to use the examples with the current arrows library with
> a few mods.
>

Yes, looks quite old. Unfotinately, it doesn't match the book.. I
found that  module I was looking for is in Appendix! Should I be more
attentive.. Anyway, thank you!

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


[Haskell-cafe] Programming with arrows, exercises

2011-09-29 Thread Sergey Mironov
Hello. I am reading "Programming with Arrows" by John Hughes (very
helpful and interesting!), the book has an exercises requiring a
module called Circuits for checking the answer. There should be things
like class ArrowCircuit and various functions related to digital logic
circuits simulation.  Does anybody know where can I find one?

Thanks,
Sergey

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