packages feed

io-string-like-0.1.0.0: src/System/IO/StringLike/PutStr.hs

module System.IO.StringLike.PutStr (
  CanPutStr, CanPutStrClass (hPutStr), putStr, writeFile, appendFile, interact
  ) where

import Prelude ()

import System.IO.StringLike.Impl