FSharpLint icon indicating copy to clipboard operation
FSharpLint copied to clipboard

CanBeReplacedWithPartialApplication

Open jrr opened this issue 6 years ago • 1 comments

Would it make sense for a hint to suggest converting this:

let fn = fun x -> otherFunction "asdf" x

to this?:

let fn = otherFunction "asdf"

jrr avatar Feb 12 '18 22:02 jrr

Yes.

ZaymonFC avatar Sep 26 '19 03:09 ZaymonFC