jterbraak
Results
2
issues of
jterbraak
Turns out my previous fix only papers over the real issue in #73. Halogen does not seem to guarantee the order in which HalogenQ fires. It's possible that Receive or...
``` data Free f a = Free (FreeView f Val Val) (CatList (ExpF f)) ``` `a` is never used in the implementation of `Free` so it gets inferred as phantom...
type: bug
good first issue
status: accepted