summaryrefslogtreecommitdiff
path: root/functor/h2.hs
blob: 54be77cc467abc05c6a742960e0671f96d987092 (plain)
1
2
instance Functor ((->) e) where
    fmap = (.)