purescript-concur / purescript-concur-core

Concur UI library for Purescript. Core framework.
MIT License
29 stars 10 forks source link

*> and <* and >>= seem to have different behaviour #14

Open ajnsit opened 3 years ago

ajnsit commented 3 years ago

Seems to be that <* has broken behavior, and different from *> and >>=.

https://try.purescript.org/?gist=ca835da363bc7475c73190b6dc43aa9b

foo1 seems to run before it should. foo2 and foo3 run as expected.

ajnsit commented 3 years ago

@bbarker ^^