Closed Frost closed 8 years ago
Elixir now warns if piping into something with args:
value |> SomeModule.foo some, args
This results in compile warnings because it might cause ambiguous behaviour.
Thank you!
Elixir now warns if piping into something with args:
This results in compile warnings because it might cause ambiguous behaviour.