natefaubion / purescript-spork

Elm-like for PureScript
MIT License
157 stars 9 forks source link

Two warnings in module `Spork.EventQueue` #11

Closed dederer closed 6 years ago

dederer commented 6 years ago

Two warnings in module Spork.EventQueue:

  1. Type variable a is ambiguous, since it is unused in the polymorphic type which introduces it.

https://github.com/natefaubion/purescript-spork/blob/17dbd796cbd2dbab5849b798230e71a55a45e119/src/Spork/EventQueue.purs#L52

  1. Type variable s is ambiguous, since it is unused in the polymorphic type which introduces it.

https://github.com/natefaubion/purescript-spork/blob/17dbd796cbd2dbab5849b798230e71a55a45e119/src/Spork/EventQueue.purs#L83

natefaubion commented 6 years ago

https://github.com/natefaubion/purescript-spork/commit/ea422579997a3bfcf83a4d5dbfd9c59077d249c9 Thanks. These locationless warnings drive me nuts 😭