-- | Re-exports from @scheme-extensions@.
--
-- See "Data.Functor.Fixed" and "Data.Functor.Foldable".
module Data.Fmt.Fixed (
    module Data.Functor.Fixed,
    module Data.Functor.Foldable,
) where

import Data.Functor.Fixed
import Data.Functor.Foldable