From b0a81ffd98c8aa46d2e9c95b13aac3795012d0c9 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Tue, 6 Jan 2015 21:52:56 -0600 Subject: [PATCH] wording --- dialogues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogues.md b/dialogues.md index 13997f1..f7a88c6 100644 --- a/dialogues.md +++ b/dialogues.md @@ -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)