5 ms·
So enlighten me.
by PySlice 13y ago
So enlighten me.
- hcarvalhoalves 13y agoIn FP, you can treat all functions as "curryable" because that's how you achieve composition. So that would be the equivalent of naming all your functions "callTwice". Now that doesn't make sense.
- PySlice 13y agoI don't see how that invalidates my explanation In F# I would certainly call it "callTwice" too: let callTwice aFunction y = aFunction (aFunction y)
- deleted 13y ago[deleted]