packages feed

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

module Optic.Lens.At
  ( -- * At
    At(..)
  , sans
    -- ** Re-exports
  , module Optic.Traversal.Ixed
  ) where

import Control.Lens.At      (At(at), sans)
import Optic.Traversal.Ixed