pull/41/head
Chris Allen 10 years ago
parent 266812399b
commit b0a81ffd98

@ -865,7 +865,7 @@ That one operation should respect identity:
map id = id
```
And that one operation should be distributive:
And that one operation should be distributive with respect to function composition:
```
map (p . q) = (map p) . (map q)

Loading…
Cancel
Save