If you want optional arguments and partial application, you need some way to declare that the optional arguments are left blank. Haskell-style syntax has no such way.
But yeah, functors are all about building stuff like that. So there are similar things, just with a different syntax.
But yeah, functors are all about building stuff like that. So there are similar things, just with a different syntax.