papa-0.4.0: src/Papa/Selective/Renamed.hs
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE NoImplicitPrelude #-}
-- | Re-exports from Papa.Selective with conflicting identifiers hidden.
--
-- The 'Over' type from Control.Selective conflicts with Control.Lens.Type.Over.
-- It is hidden from this module. Use 'Control.Selective.Over' directly when needed,
-- or import qualified:
-- > import qualified Control.Selective as Sel
module Papa.Selective.Renamed (
module Papa.Selective.Control.Selective,
) where
import Papa.Selective.Control.Selective hiding (Over)