grain icon indicating copy to clipboard operation
grain copied to clipboard

Formatter: issues with annotated types

Open marcusroberts opened this issue 1 year ago • 0 comments

type Foo<a /* comment1 /,b / comment2 */> = (List, List)

formats to

type Foo<a, /* comment1 / b> = ( / comment2 / List< / comment1 / / comment2 /a>, List< / comment1 / / comment2 */b> )

marcusroberts avatar Oct 04 '22 17:10 marcusroberts