module Optic.Iso.Reversing
  ( -- * Reversing
    Reversing(..)
  , reversed
  ) where

import Control.Lens.Iso (Reversing(reversing), reversed)