Currently refmting a file with something like:
{
pub render () => {
let state: {foo:Bar.t};
}
};
turns the entire file into
[%%merlin.syntax-error "Record type is not allowed"];
This is a pretty aggressive way of telling me I'm wrong :(
cc @SanderSpies
Fixed by ^
Dat response time
Most helpful comment
cc @SanderSpies