packages feed

relude-0.1.0: src/Relude/Foldable.hs

-- | 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