Network-NineP-0.4.0: High-level abstraction over 9P protocol

StabilityUltra-Violence
PortabilityI'm too young to die
Safe HaskellNone
LanguageHaskell98

Network.NineP.File.Instances

Description

Instances for dealing with the usual data.

Synopsis

Documentation

class Convertible a b

A typeclass that represents something that can be converted. A Convertible a b instance represents an a that can be converted to a b.

Minimal complete definition

safeConvert

class ReadRef sr m a | sr -> a

Minimal complete definition

readReference

class WriteRef sr m a | sr -> a

Minimal complete definition

writeReference