freedom_formatter
freedom_formatter copied to clipboard
Problem on Typespect with the arrow operator
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.