[elm-discuss] Re: Debouncing, throttling, exponential backoff, relating effects to time - valid use of effect manager?

2017-10-08 Thread Simon
personally, yes. You can do debouncing on a case by case basis without an effects manager, but a generic one seems to require it On Thursday, 5 October 2017 16:27:27 UTC+2, Henry wrote: > > Evan has said before that there are around 10 valid uses of an effect > manager, do you think relating eff

[elm-discuss] Re: Higher-order functions with a function using an extensible record?

2017-10-08 Thread art yerkes
It's a niggle, but I think it's more correct to say that type inference isn't completely decidable in the presence of subtyping. On Friday, October 6, 2017 at 6:45:42 AM UTC-7, Rémi Lefèvre wrote: > > Thank you very much, this is perfectly clear. > > For some reason, I was confused by extensible