You're replying to a comment by Peteris Krumins.

January 16, 2012, 19:32

It is correct.

Hugs> fmap id [1,2,3]
[1,2,3]
Hugs> id [1,2,3]
[1,2,3]
Hugs> fmap id [1,2,3] == id [1,2,3]
True

Reply To This Comment

(why do I need your e-mail?)

(Your twitter name, if you have one. (I'm @pkrumins, btw.))

Type the first letter of your name: (just to make sure you're a human)

Please preview the comment before submitting to make sure it's OK.