-- | @List@. Import as:
--
-- > import qualified RIO.List as L
module RIO.List
  ( module Data.List
  ) where

import Data.List