Skip to content

Commit 822a3c3

Browse files
committed
Never is also a function
1 parent 5eeb5d0 commit 822a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflex/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class ( MonadHold t (PushM t)
287287
-- 'Event' occurs
288288
switch :: Behavior t (Event t a) -> Event t a
289289
-- | 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+
-- You maybe looking for 'switchHold' 'never' instead.
291291
coincidence :: Event t (Event t a) -> Event t a
292292
-- | Extract the 'Behavior' of a 'Dynamic'.
293293
current :: Dynamic t a -> Behavior t a

0 commit comments

Comments
 (0)