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
This commit completes the unit tests for the functions in
FRP.Yampa.Conditional without a unit test.
The implementation of the test for pause is based on a model function of
pause that uses ArrowLoop and ArrowCase. It is actually quite tricky to
get right, which suggests that 1) we may need a simpler way to visualize
and apply signal functions, or 2) perhaps pause is just too complex.
This commit completes the unit tests for the functions in
FRP.Yampa.Conditional without a unit test.
The implementation of the test for pause is based on a model function of
pause that uses ArrowLoop and ArrowCase. It is actually quite tricky to
get right, which suggests that 1) we may need a simpler way to visualize
and apply signal functions, or 2) perhaps pause is just too complex.
Issue #217 showed that the tests for
FRP.Yampa.Conditional
do not cover the whole module.The remaining definitions should also be tested, with a preference for QuickCheck-based unit tests.
The text was updated successfully, but these errors were encountered: