I don’t want to get started with any bad habits so is this something that should or shouldn’t exist now in the syntax? The formatter happily formats this. I stumbled across it reading some reasonml docs.
let hey = () =>
if true {
Js.log("this")
Js.log("function")
Js.log("has")
Js.log("no")
Js.log("block")
}
hey()