lens-5.2.2: src/Control/Lens/Internal/Instances.hs
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Instances
-- Copyright : (C) 2012-2016 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
-- Portability : non-portable
--
-- This module includes orphan instances for @(,)@, 'Either' and 'Const' that
-- should be supplied by base. These have moved to @semigroupoids@ as of 4.2.
----------------------------------------------------------------------------
module Control.Lens.Internal.Instances () where
import Data.Orphans ()
import Data.Traversable.Instances ()