gelisam / frp-zoo

Comparing many FRP implementations by reimplementing the same toy app in each.
490 stars 31 forks source link

fix varying-example #54

Open gelisam opened 7 years ago

gelisam commented 7 years ago
  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.