You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several functions in GHCJS.DOM.EventM trigger -Wunused-top-binds. The one that interests me is onThese, which looks useful, but we might as well deal with the rest while I'm at it.
I'm happy to submit a pull request, but I thought I'd check if any of these should be removed rather than exported.
I assume the way to proceed is to submit patches to both jsaddle-dom and this repository, and bump the minor version numbers and constraints?
Several functions in GHCJS.DOM.EventM trigger -Wunused-top-binds. The one that interests me is onThese, which looks useful, but we might as well deal with the rest while I'm at it.
I'm happy to submit a pull request, but I thought I'd check if any of these should be removed rather than exported.
I assume the way to proceed is to submit patches to both jsaddle-dom and this repository, and bump the minor version numbers and constraints?
The functions at issue (from GHCJS/DOM/EventM.hs):
The text was updated successfully, but these errors were encountered: