freedom_formatter icon indicating copy to clipboard operation
freedom_formatter copied to clipboard

Problem on Typespect with the arrow operator

Open lud-wj opened this issue 8 months ago • 1 comments

The formatter is transforming this:

@spec reduce_ok(Enumerable.t(), term, (term, term -> result)) :: result

into this:

@spec reduce_ok(Enumerable.t(), term, [->(term, term, result)]) :: result

Which is invalid. I have the trailing_comma: true option.

lud-wj avatar Jun 21 '24 13:06 lud-wj