papa-0.4.0: src/Papa/Id.hs
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE NoImplicitPrelude #-}
-- | 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)