Skip to content

Commit

Permalink
Left Adjoint of forgetful functor
Browse files Browse the repository at this point in the history
Isn't it supposed to be the free functor?
  • Loading branch information
Madder committed May 23, 2016
1 parent eb3caf8 commit d87eead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/freemonad.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ The above forgetful functor takes a `Monad` and:
- finally keeps the *functor* part (e.g. the `map` function)

By reversing all arrows to build the left-adjoint, we deduce that the
forgetful functor is basically a construction that:
free functor is basically a construction that:

- takes a *functor*
- adds the *applicative* part (e.g. `pure`)
Expand Down

0 comments on commit d87eead

Please sign in to comment.