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 a41a63a commit a9f4398Copy full SHA for a9f4398
src/Halogen/Subscription.purs
@@ -147,7 +147,8 @@ derive newtype instance semigroupSubscription :: Semigroup Subscription
147
derive newtype instance monoidSubscription :: Monoid Subscription
148
149
-- | Subscribe to an `Emitter` by providing a callback to run on values produced
150
--- | by the emitter:
+-- | by the emitter. Not to be confused with the `subscribe` function from the
151
+-- | regular `Halogen` module!
152
-- |
153
-- | ```purs
154
-- | -- Produce an emitter / listener pair with `create`:
0 commit comments