{-# LANGUAGE NoImplicitPrelude #-} module Papa.Base.Export.Data.Function( module P ) where import Data.Function as P( ($) , (&) , fix , on )