Back to Fpinscala

02.Hint

answerkey/parsing/02.hint.md

latest184 B
Original Source

Multiplication of numbers is associative, a * (b * c) == (a * b) * c. Is there an analogous property for parsers? What can you say about the relationship between map and product?