{- |
Copyright: (c) 2016 Stephen Diehl
           (c) 20016-2018 Serokell
           (c) 2018 Kowainik
License:    MIT
Maintainer: Kowainik <xrom.xkov@gmail.com>

This module exports all container-related stuff.
-}

module Relude.Container
       ( module Relude.Container.One
       , module Relude.Container.Reexport
       ) where

import Relude.Container.One
import Relude.Container.Reexport