-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
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):
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
Reactions are currently unavailable