Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 519 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 519 Bytes

Excersices from the book

Relevant resources

15 Monoid & Semigroup

newtype wraper is used to distinguish among multiple monoids
Examples: Sum Product for Num, All Any for Bool, First Last for Maybe

16 Functor

Prelude> :set -XTypeApplications
Prelude> :type fmap @Maybe