relude-0.6.0.0: src/Relude/Foldable.hs
{- |
Copyright: (c) 2018-2019 Kowainik
SPDX-License-Identifier: MIT
Maintainer: Kowainik <xrom.xkov@gmail.com>
This module exports all 'Foldable' and 'Traversable' related stuff.
-}
module Relude.Foldable
( module Relude.Foldable.Fold
, module Relude.Foldable.Reexport
) where
import Relude.Foldable.Fold
import Relude.Foldable.Reexport