We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yampa
FRP.Yampa.Task.isEdge
The auxiliary function FRP.Yampa.Task.isEdge can be simplified by changing the order or cases:
Yampa/yampa/src/FRP/Yampa/Task.hs
Lines 97 to 100 in fc47e03
The text was updated successfully, but these errors were encountered:
yampa: Simplify FRP.Yampa.Task.isEdge. Refs #287.
54f49a2
Simplify the definition of FRP.Yampa.Task.isEdge by changing the order of cases in the definition.
yampa: Document changes in CHANGELOG. Refs #287.
e4c12c8
f76f9d0
877746d
ivanperez-keera
No branches or pull requests
The auxiliary function
FRP.Yampa.Task.isEdge
can be simplified by changing the order or cases:Yampa/yampa/src/FRP/Yampa/Task.hs
Lines 97 to 100 in fc47e03
The text was updated successfully, but these errors were encountered: