interface HasConsole <RT> Source #
Type-class giving a struct the trait of supporting Console IO
type | RT | Runtime |
interface DirectoryIO Source #
interface HasDirectory <RT> Source #
Type-class giving a struct the trait of supporting File IO
type | RT | Runtime |
interface HasEncoding <RT> Source #
Type-class giving a struct the trait of supporting text encoding IO
type | RT | Runtime |
interface EnvironmentIO Source #
interface HasEnvironment <RT> Source #
Type-class giving a struct the trait of supporting Environment IO
type | RT | Runtime |
interface HasFile <RT> Source #
Type-class giving a struct the trait of supporting File IO
type | RT | Runtime |
interface HasSys <RT> Source #
Convenience trait - captures the BCL IO behaviour
type | RT | Runtime |
interface TextReadIO Source #
interface HasTextRead <RT> Source #
Type-class giving a struct the trait of supporting TextReader IO
type | RT | Runtime |