{-
Copyright: (c) 2016 Stephen Diehl
           (c) 20016-2018 Serokell
           (c) 2018 Kowainik
License: MIT
-}

{-# LANGUAGE Safe #-}

-- | Utility functions to work with lists.

module Relude.List
       ( module Relude.List.Reexport
       , module Relude.List.Safe
       ) where

import Relude.List.Reexport
import Relude.List.Safe