You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is the right place to mention these issues.
Best,
Christina
The text was updated successfully, but these errors were encountered:
chriz-zeller
changed the title
Erratas in the article: Functional Reactive Programming, Refactores (Haskell Symposium 2016)
Erratas in the article: Functional Reactive Programming, Refactored (Haskell Symposium 2016)
Jun 2, 2018
This is true, and it should probably be listed officially somewhere. I link to the article on my website, so there could be a link to an errata there. @turion do you have the article listed on your website or something?
Hi,
while I was reading parts of this article:
Functional Reactive Programming, Refactored
Haskell 2016 Proceedings of the 9th International Symposium on Haskell
Pages 33-44
I found two points that confused me and I think that there is something wrong with it:
In Section 4.1 Reader
There is a parenthesis mismatch in
I guess it should be:
The result of this function is stated as:
but I think it should be
((2, False), (2, True))
:I hope this is the right place to mention these issues.
Best,
Christina
The text was updated successfully, but these errors were encountered: