File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,8 @@ class ( MonadHold t (PushM t)
286
286
-- | Create an 'Event' that will occur whenever the currently-selected input
287
287
-- 'Event' occurs
288
288
switch :: Behavior t (Event t a ) -> Event t a
289
- -- | Create an 'Event' that will occur whenever the input event is occurring -- and its occurrence value, another 'Event', is also occurring
289
+ -- | Create an 'Event' that will occur whenever the input event is occurring -- and its occurrence value, another 'Event', is also occurring.
290
+ -- You maybe looking for '@switchHold@ @never@' instead.
290
291
coincidence :: Event t (Event t a ) -> Event t a
291
292
-- | Extract the 'Behavior' of a 'Dynamic'.
292
293
current :: Dynamic t a -> Behavior t a
You can’t perform that action at this time.
0 commit comments