Skip to content
New issue

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

dunai-examples: Remove duplicated function. Refs #452. #453

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

solomon-b
Copy link
Contributor

The example bearriver-examples-bouncingball-list defines a function arr2 equivalent to Yampa's original arr2 function. The fix for issue #360 defined all functions offered by the corresponding Yampa module, so that re-definition as part of the example is no longer necessary. The example no longer compiles for that reason.

This commit removes arr2, so that the function coming from FRP.Yampa is used instead.

The example bearriver-examples-bouncingball-list defines a function arr2
equivalent to Yampa's original arr2 function. The fix for issue ivanperez-keera#360 defined
all functions offered by the corresponding Yampa module, so that re-definition
as part of the example is no longer necessary. The example no longer compiles
for that reason.

This commit removes arr2, so that the function coming from `FRP.Yampa` is
used instead.
@solomon-b
Copy link
Contributor Author

NOTE: Without fixing reactimate the example will still not build successfully.

@ivanperez-keera ivanperez-keera merged commit a7ed00e into ivanperez-keera:develop Nov 3, 2024
1 check passed
@ivanperez-keera
Copy link
Owner

Thanks again, @solomon-b . Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants