bodil / purescript-signal

Elm style FRP library for PureScript
Apache License 2.0
258 stars 44 forks source link

Remove unused `foldpP` FFI import #40

Closed menelaos closed 8 years ago

hdgarrood commented 8 years ago

Some context for this: in 0.8.4, it became an error to foreign import anything that isn't defined in the corresponding FFI module: https://github.com/purescript/purescript/releases/tag/v0.8.4 so currently, this library won't build under 0.8.4 (this is my fault, sorry). This PR fixes this (I've verified it locally).