packages feed

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

module System.IO.StringLike.GetContents (
  CanGetContents, CanGetContentsClass (hGetContents), getContents, readFile, interact
  ) where

import Prelude ()

import System.IO.StringLike.Impl