tweag / topiary

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

Format typed patterns in function arguments #739

Closed nbacquey closed 2 months ago

nbacquey commented 2 months ago

Description

Formats the following as is:

let foo
    (bar :
      int ->
      string ->
      unit
    )
    ~(baz :
      int ->
      string ->
      unit
    )
  =
  bar baz

Closes #727

Checklist

Checklist before merging: