packages feed

planet-mitchell-0.0.0: src/Optic/Lens/Contains.hs

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

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