| Stability | Ultra-Violence |
|---|---|
| Portability | I'm too young to die |
| Safe Haskell | None |
| Language | Haskell98 |
Network.NineP.File.Instances
Description
Instances for dealing with the usual data.
- class Convertible a b
- class ReadRef sr m a | sr -> a
- class WriteRef sr m a | sr -> a
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
class ReadRef sr m a | sr -> a
Minimal complete definition
class WriteRef sr m a | sr -> a
Minimal complete definition