cafeteria-prelude-0.1.0.0: src/Prelude/String/IO.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Prelude.String.IO (
putChar,
putStr, putStrLn, print,
getChar,
getLine, getContents, interact,
FilePath,
readFile, writeFile, appendFile, readIO, readLn,
) where
import Prelude (
putChar,
putStr, putStrLn, print,
getChar,
getLine, getContents, interact,
FilePath,
readFile, writeFile, appendFile, readIO, readLn,
)