rescript-compiler
rescript-compiler copied to clipboard
formatter formats braces incorrectly for functors in resi
module Make: Pattern =>
{
let fmt: event => string
}
try this in a resi file. i would expect opening brace to be on same line as Pattern =>, ie:
module Make: Pattern => {
let fmt: event => string
}