preamble-0.0.1: src/Preamble/Prelude.hs
{-# LANGUAGE NoImplicitPrelude #-}
-- | Local Prelude.
--
module Preamble.Prelude
( module Exports
) where
import BasicPrelude as Exports
import Control.Lens as Exports hiding (uncons, (.=), (<.>))
{-# LANGUAGE NoImplicitPrelude #-}
-- | Local Prelude.
--
module Preamble.Prelude
( module Exports
) where
import BasicPrelude as Exports
import Control.Lens as Exports hiding (uncons, (.=), (<.>))