handle-like: HandleLike class

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A tiny package. It's contain the following class.

class HandleLike h where
    hlPut :: h -> ByteString -> IO ()
    hlGet :: h -> Int -> IO ByteString
    hlGetByte :: h -> IO Word8
    hlGetLine :: h -> IO ByteString
    hlGetContent :: h -> IO ByteString
    hlClose :: h -> IO ()

Properties

Versions 0.0.0.0, 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8, 0.0.0.9, 0.0.0.10, 0.0.0.11, 0.0.0.12, 0.0.0.13, 0.0.0.14, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Change log None available
Dependencies base (>=4 && <5), bytestring (>=0.10 && <0.11) [details]
License BSD-3-Clause
Author Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Maintainer Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Category Common-Parts
Source repo head: git clone git://github.com/YoshikuniJujo/forest
this: git clone git://github.com/YoshikuniJujo/forest(tag handle-like-0.0.0.0)
Uploaded by YoshikuniJujo at 2014-05-23T03:06:43Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees