Comment on Making Map Operations Implicit in ProgrammingComments−rian12yThis is already the case in Haskell. Look up functor−quatrevingts12yNo, fmap is still an explicit operation.−hopp_check12yThere should be some degree of explicitness so that when you look at the code a year later it doesn't look like voodoo magic.
Comments
This is already the case in Haskell. Look up functor
No, fmap is still an explicit operation.
There should be some degree of explicitness so that when you look at the code a year later it doesn't look like voodoo magic.