packages feed

papa-0.5.0: src/Papa/Id.hs

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

-- | This module cannot re-export all submodules due to name conflicts.
-- Import the specific Id types qualified instead:
--
-- > import qualified Papa.Id.Data.Id as Id
-- > import qualified Papa.Id.Data.BiId as BiId
module Papa.Id () where

-- Intentionally empty due to name conflicts between Id and BiId (__Wrapped)