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
Copy file name to clipboardExpand all lines: src/Reflex/Class.hs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -257,10 +257,10 @@ class ( MonadHold t (PushM t)
257
257
-- least one input event is occurring, and will contain all of the input keys
258
258
-- that are occurring simultaneously
259
259
merge::GComparek=>DMapk (Eventt) ->Eventt (DMapkIdentity) --TODO: Generalize to get rid of DMap use --TODO: Provide a type-level guarantee that the result is not empty
260
-
--| Efficiently fan-out an event to many destinations. This function should
261
-
--be partially applied, and then the result applied repeatedly to create
262
-
-- child events
263
-
fan::GComparek=>Eventt (DMapkIdentity) ->EventSelectortk--TODO: Can we help enforce the partial application discipline here? The combinator is worthless without it
260
+
--| Efficiently fan-out an event to many destinations. You should save the
261
+
--result in a @let@-binding, and then repeatedly 'select' on the result to
0 commit comments