/usr/share/doc/racket/demo-manual-m2/blueboxes.rktd is in racket-doc 6.1-4.
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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 33
((3) 0 () 0 () () (h ! (equal)))
procedure
(list) -> any/c
value
list : any/c
syntax
(lambda ...)
syntax
(unbound-identifier)
procedure
(cons really-long-name-for-the-first-argument
really-long-name-for-the-second-argument) -> pair?
really-long-name-for-the-first-argument : any/c
really-long-name-for-the-second-argument : (or/c any/c
any/c)
syntax
(lambda ...)
example = good
| bad
procedure
(cons a d) -> pair?
a : any/c
d : any/c
syntax
(lambda ...)
(lambda ...)
class
bitmap-dc% : class?
superclass: object%
extends: dc<%>
method
(send a-bitmap-dc set-bitmap bm) -> any
bm : any/c
|