/usr/share/doc/racket/unix-socket/blueboxes.rktd is in racket-doc 6.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | 237
((3) 0 () 1 ((q lib "racket/unix-socket.rkt")) () (h ! (equal) ((c def c (c (? . 0) q unix-socket-path?)) q (156 . 3)) ((c def c (c (? . 0) q unix-socket-connect)) q (42 . 3)) ((c def c (c (? . 0) q unix-socket-available?)) q (0 . 2))))
value
unix-socket-available? : boolean?
procedure
(unix-socket-connect socket-path) -> input-port? output-port?
socket-path : unix-socket-path?
procedure
(unix-socket-path? v) -> boolean?
v : any/c
|