module Optic.Iso.Strict
  ( -- * Strict
    Strict(..)
  , lazy
  ) where

import Control.Lens.Iso (Strict(strict), lazy)