gelisam / frp-zoo

Comparing many FRP implementations by reimplementing the same toy app in each.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix varying-example

gelisam opened this issue · comments

  1. click the top-left button 5 times
  2. click the bottom-left button 2 times

Expected: 0
Observed: "5 != 0", indicating that the dynamic implementation doesn't match the static implementation.