relude-0.1.0: src/Relude/Container.hs
{-
Copyright: (c) 2016 Stephen Diehl
(c) 20016-2018 Serokell
(c) 2018 Kowainik
License: MIT
-}
-- | 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