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.
<fn>_
1 parent 78b1e11 commit b283c3eCopy full SHA for b283c3e
src/Node/EventEmitter.purs
@@ -7,7 +7,7 @@
7
-- | This module provides functions for each of the above 4 callback-adding functions
8
-- | If `<fn>` is either `on`, `once`, `prependListener`, or `prependOnceListener`, then this module exposes
9
-- | 1. `<fn>` - returns a callback that removes the listener
10
--- | 2. `<fn>_` - no programmable way to remove the listener
+-- | 2. `<fn>_` - does not return a callback that can remove the listener
11
-- |
12
-- | ## Defining events emitted by an `EventEmitter`
13
0 commit comments