We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632c55c commit d919a23Copy full SHA for d919a23
src/Reflex/Class.hs
@@ -287,7 +287,7 @@ class ( MonadHold t (PushM t)
287
-- 'Event' occurs
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.
290
- -- You maybe looking for 'switchHold' 'never' instead.
+ -- You maybe looking for '@switchHold@ @never@' instead.
291
coincidence :: Event t (Event t a) -> Event t a
292
-- | Extract the 'Behavior' of a 'Dynamic'.
293
current :: Dynamic t a -> Behavior t a
0 commit comments