[Haskell] PPDP'13: Last call for papers

2013-06-06 Thread Tom Schrijvers
= Last Call for Papers 15th International Symposium on Principles and Practice of Declarative Programming PPDP 2013 Special Issue of Science of Computer

Re: [Haskell-cafe] Typeable typeclass and type-level naturals

2013-06-06 Thread José Pedro Magalhães
Hi, On Wed, Jun 5, 2013 at 11:21 PM, TP paratribulati...@free.fr wrote: José Pedro Magalhães wrote: Oh, it should probably be simply deriving instance Typeable 'Zero deriving instance Typeable 'Succ Yes, that's how it should be. Please let me know if that doesn't work.

[Haskell-cafe] PPDP'13: Last call for papers

2013-06-06 Thread Tom Schrijvers
= Last Call for Papers 15th International Symposium on Principles and Practice of Declarative Programming PPDP 2013 Special Issue of Science of Computer

Re: [Haskell-cafe] FRP memory leaks

2013-06-06 Thread Łukasz Dąbek
I was looking at reactive-banana and netwire (also Bacon.js). Thank you for great explanation! Now I see that this kind of code must be generating memory leak and solution using Bechavior was not clear for me (as I am really new to the FRP stuff). -- Łukasz Dąbek 2013/6/6 John Lato