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
The functions arr3, arr4 and arr5 in the FRP.Yampa.Arrow module are not used in the wild. They also don't really belong in Yampa, since they are generic for arrows.
A search online shows that the functions can safely be removed (all the results are from Yampa or Yampa forks):
Commit 2: yampa: Document changes in CHANGELOG. Refs #313.
The message of the first commit would have to describe why this is happening. Feel free to grab ideas from the issue description.
Please check out the recent history of this repository to see how we normally document commits, and how we link commits to issues in the subject line of the commit messages. Make sure you use Refs <#issuenumber> in the summary line, etc. I like being very regular and explicit with commit messages.
The functions
arr3
,arr4
andarr5
in theFRP.Yampa.Arrow
module are not used in the wild. They also don't really belong in Yampa, since they are generic for arrows.A search online shows that the functions can safely be removed (all the results are from Yampa or Yampa forks):
https://github.com/search?q=arr3+language%3AHaskell+Yampa&type=code
https://github.com/search?q=arr4+language%3AHaskell+Yampa&type=code
https://github.com/search?q=arr5+language%3AHaskell+Yampa&type=code
The text was updated successfully, but these errors were encountered: