Gary Burgess
Gary Burgess
I've not had a chance to look at the meat of this yet, but I'm excited! I did take a stab at this years ago too but my branch got...
Yeah, maybe, and I definitely see your point - was just thinking that often I put stuff in a where because it's pretty specific to the current function and I...
You mean [lambda lifting](https://en.wikipedia.org/wiki/Lambda_lifting)?
I see in the changelog it mentions that this is like Haskell - it's not! What we have now is like Haskell, it doesn't allow parens in fixity declarations either....
I don't feel strongly about this either way :wink: - it is the only place an operator is referenced in isolation without parens, so I can see why one might...
That's the `value` property, not the value attribute, see the IDL here: https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element
I think you can write the content as the body through the vdom too, so it perhaps should be a node too - I'm not really sure. This is one...
I guess this is something that needs special handling for hydration / vdom-text-rendering.
Ummm, I'd say it's undefined basically? :smile: I thought about some ways of preventing this from happening when dealing with properties, but it would have introduced a lot of dictionary...
Not necessarily - definition order doesn't usually matter in a let / where, or at the module top level.