Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 347 Bytes

File metadata and controls

8 lines (5 loc) · 347 Bytes

Haskell Applicative tutorial

This is a small tutorial, showing how you can use functors and applicatives. We use fmap, <$>, <*> functions. Try to see how things work for IO, Maybe and [] types.

To get into just open src/Main.hs and read the source.

I'm almost sure there some grammar mistakes and typos - feel free to send a PR.