Skip to content

Commit

Permalink
Fixes qfpl#20 - Add note to Instructor Notes for composed fmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mankyKitty committed Feb 12, 2018
1 parent 12db3af commit 86ee5d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTRUCTOR_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86ee5d6

Please sign in to comment.