Gary Burgess
Gary Burgess
I was going to suggest something similar actually. A class for debug printing I'd be 100% okay with it being magical where you never have to declare anything for it,...
You've stumbled into something that we've talked about for years here @mikesol, I'm not sure if you're aware of that / would pick it up from what Nate is saying....
I think `Prim.undefined` is the way it is because at one point it was literally the JS `undefined` value, and later we started erasing it. It replaced `{}` that was...
I think this might be a bit tricky to fix, I have a feeling it's to do with the children being `pop`ped / reinserted by `renderChild`, but I'd have to...
It's definitely a bug! I thought I'd tagged this issue as such, or that possibly it's a duplicate of another actually, as I've definitely heard about this problem before (using...
Thanks for the links :+1:, I knew it definitely happened in relation to `-store` as that's where I remember hearing about it first, but you could well be right that...
The other issues that are probably this are #766 and #657
Language grammar is about syntax, typing rules are how the type system works.
This is something that will primarily need doing in https://github.com/purescript-halogen/purescript-halogen-vdom rather than in Halogen itself. Keeping this issue is fine though, since it'll need a `fragment` constructor or something adding...
Re: ``` import MyPrelude --