Skip to content

Commit

Permalink
Merge branch 'develop-remove-arr2' into develop. Close #452.
Browse files Browse the repository at this point in the history
ivanperez-keera committed Nov 3, 2024

Verified

This commit was signed with the committer’s verified signature.
remcohaszing Remco Haszing
2 parents fa7bcc6 + fc7ea54 commit a7ed00e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dunai-examples/list/BouncingBall.hs
Original file line number Diff line number Diff line change
@@ -116,6 +116,3 @@ runListMSF msf = runListMSF' [msf]
-- Auxiliary Arrow functions
voidI :: Arrow a => a () c -> a b c
voidI = (>>>) (arr (const ()))

arr2 :: Arrow a => (b -> c -> d) -> a (b,c) d
arr2 f = arr (uncurry f)

0 comments on commit a7ed00e

Please sign in to comment.