-- | Lazy @Text@. Import as:
--
-- > import qualified RIO.Text.Lazy as T.Lazy
module RIO.Text.Lazy
  ( module Data.Text.Lazy
  ) where

import Data.Text.Lazy