oi-0.4.0: Library for purely functional lazy interactions with the outer world.

Copyright(c) Nobuo Yamashita 2011-2016
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Data.OI.IO

Contents

Description

Author : Nobuo Yamashita Maintainer : nobsun@sampou.org Stability : experimental

Synopsis

Interaction enable to handle I/O error

type (:~>) a b = OI (IOResult a) -> IOResult b infixr 0 Source

I/O oprations

hClose :: Handle -> () :~> () Source