paf31 / purescript-behaviors

A simple push-pull FRP implementation
MIT License
133 stars 22 forks source link

gate doesn't work #43

Open voland62 opened 5 years ago

voland62 commented 5 years ago

_ ← subscribe (interval 500) logShow -- ok

_ ← subscribe (gate (pure true) (interval 500)) logShow -- bad