packages feed

papa-base-export-0.3.1: src/Papa/Base/Export/Data/Function.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Function(
    ($)
  , (&)
  , fix
  , on
) where

import Data.Function (
    ($)
  , (&)
  , fix
  , on
  )