{-# LANGUAGE PackageImports #-} module Prelude (module A) where import "base" Prelude as A hiding (drop, id, (.)) import Control.Category as A import Data.Functor.Compose as A