Excersices from the book
newtype
wraper is used to distinguish among multiple monoids
Examples: Sum
Product
for Num, All
Any
for Bool, First
Last
for Maybe
Prelude> :set -XTypeApplications
Prelude> :type fmap @Maybe
Excersices from the book
newtype
wraper is used to distinguish among multiple monoids
Examples: Sum
Product
for Num, All
Any
for Bool, First
Last
for Maybe
Prelude> :set -XTypeApplications
Prelude> :type fmap @Maybe