distributive

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

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

Loading…
Cancel
Save