Skip to content

Instantly share code, notes, and snippets.

@marick
Created December 3, 2017 23:25
Show Gist options
  • Save marick/de51ddd3d8446cae9f8272294e678366 to your computer and use it in GitHub Desktop.
Save marick/de51ddd3d8446cae9f8272294e678366 to your computer and use it in GitHub Desktop.

(<$>) :: Functor f => (a -> b) -> f a -> f b

vs.

(<$>) :: Functor f => (a -> b) -> f a -> f b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment