While researching a programming topic, I came across a pointfree refactoring tool for Haskell in lambdabot and wondered if F # could be refactored in a glasses-free style?
I'm not a fan of using the pointfree style, but I see it as a way to better understand the function.
Note: pad answered an earlier version of this question, but I reformulated this question as the answer matters to others by studying and using F #, and I did not want this to be deleted due to some close voices.
Note. Just because I changed the question, donβt accept the answer, to keep in mind that you cannot use dot-style code with F #. This can be done in many cases, but there are limitations that you must comply with.
f # pointfree
Guy coder
source share