papa-0.4.0: src/Papa/Base/Data/String.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Data.String (
module P,
) where
import Data.String as P (
String,
lines,
unlines,
unwords,
words,
)
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Data.String (
module P,
) where
import Data.String as P (
String,
lines,
unlines,
unwords,
words,
)