1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-23 03:44:45 +03:00

Fixes #20 - Add note to Instructor Notes for composed fmap

This commit is contained in:
Sean Chalmers 2018-02-12 10:20:59 +10:00
parent 12db3af062
commit 86ee5d694e

View File

@ -89,6 +89,13 @@ But that's about it.
Exceptions will be discussed when working on the 'readObject' function to load
the file into a JSON Value.
Mention and work through the type signature of:
- ``fmap . fmap``
Students start to encounter multiple ``Functor`` layers around this level and
this technique comes in handy.
# Level 6
This is "The ReaderT" level.