BartoszMilewski / DaoFP

The Dao of Functional Programming
291 stars 17 forks source link

Natural Transformations - Horizontal Composition #14

Closed vojkog closed 1 year ago

vojkog commented 1 year ago

On page 83 (pdf): we have G (F x). But in the intuition illustration on page 84: "We start with the outer container described by F that is filled with inner containers, each described by G."

Should F be the inner container instead of G?

BartoszMilewski commented 1 year ago

Good catch! I'll fix it.

BartoszMilewski commented 1 year ago

Done