purescript-signal
purescript-signal copied to clipboard
Unlawful Monoid instance
Signal's Monoid instance breaks the law mempty <> x = x: constant 5 has an initial value of 5, but mempty <> constant 5 has an initial value of 0. Signal should not have a Monoid instance.