module Optic.Lens.Contains
  ( -- * Contains
    Contains(..)
  , Index
  ) where

import Control.Lens.At (Contains(contains), Index)