----------------------------------------------------------------------------- -- | -- Copyright : (C) 2011-2015 Edward Kmett -- License : BSD-style (see the file LICENSE) -- -- Maintainer : Edward Kmett -- Stability : provisional -- Portability : polykinds -- -- Re-exports from the `base-orphans` and `transformers-compat` packages. ---------------------------------------------------------------------------- module Data.Traversable.Instances where import Control.Monad.Trans.Instances () import Data.Orphans ()