tweag / topiary

https://topiary.tweag.io/
MIT License
575 stars 29 forks source link

fix: [OCaml] Relocate dangling function line break #764

Closed nbacquey closed 1 month ago

nbacquey commented 1 month ago

Description

Allows the following

let _ =
  somefun @@
    fun x -> body

to be formatted as

let _ =
  somefun @@ fun x ->
  body

Closes #546

Checklist

Checklist before merging: