packages feed

papa-base-export-0.2.0: src/Papa/Base/Export/Data/Functor.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Functor(
  module P
) where

import Data.Functor as P(
    Functor(fmap, (<$))
  , ($>)
  , (<$>)
  , void
  )