module Optic.Traversal.Each
  ( -- * Each
    Each(..)
  ) where

import Control.Lens.Each (Each(each))