|
|
|
|
|
by innguest
4090 days ago
|
|
You missed my point. Haskell beginners do not know we use the word "morphism" for the most generic "take an input, give an output" thing (the most generic map). That's why they call it "function". It's not wrong, just not specific enough. Does (>>) not combine two maps? |
|
We appear to be talking past one another. How do you interpret
as combining two maps of any kind without either (a) specializing `m` to a function type or (b) considering it syntax sugar for