unit
posix_sockets


unit posix_sockets = {
imports[
errno : Errno_T
fds : PosixFD_T
factory : SocketFactory_T
iids : { oskit_socket_iid }
];
exports[
out : PosixSocket_T
];
...
}


Rendered using Haskell HTML Combinators