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