-- | Builds fold declarations for a fold family.
module Data.Origami (
    buildFolds
    ) where

import Data.Origami.Internal.Build(buildFolds)