Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Mar 11, 2019
1 parent a8700ec commit 672136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Course/Functor.hs
Expand Up @@ -99,7 +99,7 @@ instance Functor ((->) t) where
a
-> f b
-> f a
<$ =
(<$) =
(<$>) . const

-- | Anonymous map producing unit value.
Expand Down

0 comments on commit 672136d

Please sign in to comment.