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

Copyright(c) Aaron Stevens, 2014
LicenseGPL2
Maintainerbheklilr2@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Access.Core

Description

 

Synopsis

Documentation

class (Monad io, Functor io, Typeable io, MonadFix io, Applicative io) => Access io Source

The Access type class. It belongs to several of the same type classes as IO. Notably, it is a Monad, a Functor, and an Applicative.

Instances