reason
reason copied to clipboard
<> ...foo </> should probably have a better syntax error
Edit: maybe we should just support this syntax. Any idea what this should desugar to? (Needs to be able to be picked up by the ReasonReact JSX PPX, maybe)
<Fragment> {...foo} </Fragment> ?