bodil / purescript-signal

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

Add get #60

Closed MichaelXavier closed 6 years ago

MichaelXavier commented 7 years ago

This is for #58. Adds get to get the current value of a signal and a simple smoke test.

MichaelXavier commented 7 years ago

Just a note, this build failure was existing on master before my PR. The tests pass but the suite itself hangs.

CarstenKoenig commented 6 years ago

Hi @MichaelXavier,

if you could move this to purs 0.12/Effect (make it compile/check with the current release), I will gladly merge it

Sorry for the long wait

CarstenKoenig commented 6 years ago

this one got resolved with https://github.com/bodil/purescript-signal/pull/66