Ryan Trinkle
Ryan Trinkle
Includes two functors: - Const - ZipList
When parsing an expression, extra closing parentheses are allowed; I would expect to receive an error: ``` haskell parse mainParser "" "())" ``` produces `Right ()` I would expect it...
Just like `holdUniqDynamic`, when a type has an `Eq` instance such that `a == b` does not guarantee that `forall f. f a == f b`, the time at which...
I think this happens when everything that could possibly trigger an event is dead. Instead, the app should remain running indefinitely.
Currently, `MonadHold` does not have documented laws, but there are some laws people might intuitively expect. For instance: ``` do a
When a causality loop is created by joining a Dynamic whose contents depend on itself, reflex reports this as ``` : heightBagRemove: Height 1 not present in bag HeightBag {_heightBag_size...
#76 was merged partially, but we need to finish merging the rest of it.