base-io-access: The IO functions included in base delimited into small, composable classes

[ gpl, library, system ] [ Propose Tags ]

An attempt to break up the monolithic IO monad into small, composable classes that can be used to restrict a function to only having access to, say, functions to work with the standard pipes, or a function that can access the environment. The motivation for this library is to allow people to make a stricter contract than simply "this function does IO", and express through the type system exactly what IO is being performed.

Modules

[Last Documentation]

  • Access
    • Control
      • Access.Control.Concurrent
        • Access.Control.Concurrent.Chan
        • Access.Control.Concurrent.MVar
      • Access.Control.Exception
    • Data
      • Access.Data.IORef
      • Access.Data.Unique
    • Debug
      • Access.Debug.Trace
    • System
      • Access.System.CPUTime
      • Access.System.Environment
      • Access.System.Exit
      • Access.System.IO
        • Access.System.IO.Error
      • Access.System.Mem
        • Access.System.Mem.StableName
        • Access.System.Mem.Weak
      • Access.System.Timeout

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.0.1, 0.4.0.0
Dependencies base (>=4.6 && <4.7) [details]
License GPL-2.0-only
Author Aaron Stevens
Maintainer bheklilr2@gmail.com
Category System
Home page https://github.com/bheklilr/base-io-access
Source repo head: git clone git://github.com/bheklilr/base-io-access.git
Uploaded by bheklilr at 2013-12-11T13:30:22Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4769 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-19 [all 8 reports]