packages feed

papa-0.4.0: src/Papa/One/Renamed.hs

{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE NoImplicitPrelude #-}

-- | Re-exports from Papa.One with conflicting identifiers hidden.
--
-- The 'nonEmpty' function from Control.One.One conflicts with Data.List.NonEmpty.nonEmpty.
-- It is hidden from this module. Use 'Control.One.One.nonEmpty' directly when needed,
-- or import qualified:
-- > import qualified Control.One.One as One
module Papa.One.Renamed (
  module Papa.One.Control.One,
) where

import Papa.One.Control.One hiding (nonEmpty)