[elm-discuss] Function equality again

2016-10-25 Thread Mark Hamburg
I just thought of another example where the ability to test function equality matters: Picking up on a discussion on elm-dev regarding the new HTTP rate limiting logic, I thought about moving my case away from using rate limit and instead just creating the model code to manage buffering HTTP re

[elm-discuss] Function equality again

2016-10-12 Thread Mark Hamburg
As discussed elsewhere, the runtime exception related to function equality comparisons is a lurking time bomb for code that is really only addressed on a multi-developer project by being paranoid both about functions in data structures and use of the equality operator. Both points of paranoia ge