OlivierBlanvillain / monadic-html

Tiny DOM binding library for Scala.js
https://olivierblanvillain.github.io/monadic-html/examples/
MIT License
225 stars 24 forks source link

working on a foldp test/demo for rt #79

Closed bbarker closed 2 years ago

bbarker commented 6 years ago

I suspect a logic error on my part, not sure why though; even if assert(a.foldp(0)(2*_ + 2*_).impure.value == 6), I would expect assert(b.impure.value == 6) to work.

bbarker commented 6 years ago

@OlivierBlanvillain finally updated this one