Sound.JACK.Exception
Documentation
toStringWithHead :: All -> StringSource
type All = Status (PortRegister Errno)Source
class ThrowsStatus e whereSource
Instances
| ThrowsStatus e => ThrowsStatus (Errno e) | |
| ThrowsStatus e => ThrowsStatus (PortRegister e) | |
| ThrowsStatus (Status e) |
Instances
| ThrowsErrno e => ThrowsErrno (Status e) | |
| ThrowsPortRegister e => ThrowsPortRegister (Status e) | |
| ThrowsStatus (Status e) | |
| ToString e => ToString (Status e) |
class ThrowsPortRegister e whereSource
Methods
portRegister :: eSource
Instances
| ThrowsPortRegister e => ThrowsPortRegister (Errno e) | |
| ThrowsPortRegister (PortRegister e) | |
| ThrowsPortRegister e => ThrowsPortRegister (Status e) |
data PortRegister e Source
Constructors
| PortRegister | |
| NoPortRegister e |
Instances
| ThrowsErrno e => ThrowsErrno (PortRegister e) | |
| ThrowsPortRegister (PortRegister e) | |
| ThrowsStatus e => ThrowsStatus (PortRegister e) | |
| ToString e => ToString (PortRegister e) |
class ThrowsErrno e whereSource
Instances
| ThrowsErrno Errno | |
| ThrowsErrno (Errno e) | |
| ThrowsErrno e => ThrowsErrno (PortRegister e) | |
| ThrowsErrno e => ThrowsErrno (Status e) |
Instances
| ThrowsErrno (Errno e) | |
| ThrowsPortRegister e => ThrowsPortRegister (Errno e) | |
| ThrowsStatus e => ThrowsStatus (Errno e) | |
| ToString e => ToString (Errno e) |