/usr/share/doc/racket/srfi/blueboxes.rktd is in racket-doc 6.7-3.
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 | 137
((3) 0 () 0 () () (h ! (equal) ((q def ((lib "srfi/45.rkt") promise?)) q (55 . 3)) ((q def ((lib "srfi/19.rkt") lax-date?)) q (0 . 3))))
procedure
(lax-date? v) -> boolean?
v : any/c
procedure
(promise? v) -> boolean?
v : any/c
|