Skip to content

Bug: begin end with nested application #2713

@EmileTrotignon

Description

@EmileTrotignon
let f () =
  f
    (g a begin fun () ->
       let x = y in
       z
    end )

is formatted into

let f () =
  f
    (g a ) begin fun () ->
        let x = y in
        z
      end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions