File: guile-library.api

package info (click to toggle)
guile-lib 0.2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,868 kB
  • sloc: lisp: 6,986; sh: 3,962; makefile: 195
file content (502 lines) | stat: -rw-r--r-- 15,566 bytes parent folder | download | duplicates (5)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
(module-api
  (version 1 0)
  ((apicheck)
   (uses-interfaces)
   (typed-exports
     (apicheck-generate procedure (arity 1 0 #f))
     (apicheck-validate procedure (arity 2 0 #f))))
  ((config load)
   (uses-interfaces)
   (typed-exports
     (&config-error struct-vtable)
     (<configuration> class)
     (config-error-arguments procedure (arity 1 0 #f))
     (load-config!
       generic
       (<configuration> <list> <string>))))
  ((container async-queue)
   (uses-interfaces)
   (typed-exports
     (async-dequeue! procedure (arity 1 0 #f))
     (async-enqueue! procedure (arity 2 0 #f))
     (make-async-queue procedure (arity 0 0 #f))))
  ((container delay-tree)
   (uses-interfaces)
   (typed-exports
     (force-ref procedure (arity 2 0 #f))))
  ((container nodal-tree)
   (uses-interfaces)
   (typed-exports
     (make-node procedure (arity 0 0 #t))
     (nodal-tree? procedure (arity 1 0 #f))
     (node-children procedure (arity 1 0 #f))
     (node-ref procedure (arity 2 0 #f))
     (node-set! procedure (arity 3 0 #f))))
  ((debugging assert)
   (uses-interfaces)
   (typed-exports
     (assert macro)
     (cerr procedure (arity 0 0 #t))
     (cout procedure (arity 0 0 #t))))
  ((debugging time)
   (uses-interfaces)
   (typed-exports (time macro)))
  ((graph topological-sort)
   (uses-interfaces)
   (typed-exports
     (topological-sort procedure (arity 1 0 #f))
     (topological-sortq procedure (arity 1 0 #f))
     (topological-sortv procedure (arity 1 0 #f))))
  ((htmlprag)
   (uses-interfaces)
   (typed-exports
     (html->shtml procedure (arity 1 0 #f))
     (html->sxml procedure (arity 1 0 #f))
     (html->sxml-0nf procedure (arity 1 0 #f))
     (html->sxml-1nf procedure (arity 1 0 #f))
     (html->sxml-2nf procedure (arity 1 0 #f))
     (make-html-tokenizer procedure (arity 2 0 #f))
     (parse-html/tokenizer procedure (arity 2 0 #f))
     (shtml->html procedure (arity 1 0 #f))
     (shtml-comment-symbol <symbol>)
     (shtml-decl-symbol <symbol>)
     (shtml-empty-symbol <symbol>)
     (shtml-end-symbol <symbol>)
     (shtml-entity-symbol <symbol>)
     (shtml-entity-value procedure (arity 1 0 #f))
     (shtml-named-char-id <string>)
     (shtml-numeric-char-id <string>)
     (shtml-pi-symbol <symbol>)
     (shtml-start-symbol <symbol>)
     (shtml-text-symbol <symbol>)
     (shtml-token-kind procedure (arity 1 0 #f))
     (shtml-top-symbol <symbol>)
     (sxml->html procedure (arity 1 0 #f))
     (test-htmlprag procedure (arity 0 0 #f))
     (tokenize-html procedure (arity 2 0 #f))
     (write-shtml-as-html procedure (arity 2 0 #f))
     (write-sxml-html procedure (arity 2 0 #f))))
  ((io string)
   (uses-interfaces)
   (typed-exports
     (find-string-from-port? procedure (arity 2 0 #t))))
  ((logging logger)
   (uses-interfaces)
   (typed-exports
     (<log-handler> class)
     (<logger> class)
     (accept-log
       generic
       (<log-handler> <top> <top> <top>))
     (add-handler! generic (<logger> <log-handler>))
     (close-log!
       generic
       ()
       (<log-handler>)
       (<logger>)
       (<port-log>)
       (<rotating-log>))
     (disable-log-level! procedure (arity 2 0 #f))
     (emit-log
       generic
       (<port-log> <top>)
       (<rotating-log> <top>))
     (enable-log-level! procedure (arity 2 0 #f))
     (flush-log
       generic
       ()
       (<log-handler>)
       (<logger>)
       (<port-log>)
       (<rotating-log>))
     (log-msg
       generic
       (<logger> <top> . <top>)
       (<symbol> . <top>))
     (lookup-logger procedure (arity 1 0 #f))
     (open-log!
       generic
       ()
       (<log-handler>)
       (<logger>)
       (<rotating-log>))
     (register-logger! procedure (arity 2 0 #f))
     (set-default-logger! procedure (arity 1 0 #f))))
  ((logging port-log)
   (uses-interfaces)
   (typed-exports (<port-log> class)))
  ((logging rotating-log)
   (uses-interfaces)
   (typed-exports (<rotating-log> class)))
  ((match-bind)
   (uses-interfaces)
   (typed-exports
     (match-bind macro)
     (s/// procedure (arity 2 0 #f))
     (s///g procedure (arity 2 0 #f))))
  ((math minima)
   (uses-interfaces)
   (typed-exports
     (golden-section-search procedure (arity 4 0 #f))))
  ((math primes)
   (uses-interfaces)
   (typed-exports
     (factor procedure (arity 1 0 #f))
     (prime:trials <integer>)
     (prime< procedure (arity 1 0 #f))
     (prime> procedure (arity 1 0 #f))
     (prime? procedure (arity 1 0 #f))
     (primes< procedure (arity 2 0 #f))
     (primes> procedure (arity 2 0 #f))))
  ((os process)
   (uses-interfaces)
   (typed-exports
     (os:process:new-comm-pipes
       procedure
       (arity 2 0 #f))
     (os:process:pipe-fork-child macro)
     (os:process:pipe-make-commands
       procedure
       (arity 3 0 #f))
     (os:process:pipe-make-redir-commands
       procedure
       (arity 2 0 #f))
     (os:process:setup-redirected-port
       procedure
       (arity 2 0 #f))
     (run procedure (arity 1 0 #t))
     (run+ macro)
     (run-concurrently procedure (arity 0 0 #t))
     (run-concurrently+ macro)
     (run-with-pipe procedure (arity 2 0 #t))
     (tail-call-pipeline macro)
     (tail-call-pipeline+ macro)
     (tail-call-program procedure (arity 1 0 #t))))
  ((scheme documentation)
   (uses-interfaces)
   (typed-exports
     (define-class-with-docs macro)
     (define-generic-with-docs macro)
     (define-macro-with-docs macro)
     (define-with-docs macro)))
  ((scheme kwargs)
   (uses-interfaces)
   (typed-exports
     (define/kwargs macro)
     (lambda/kwargs macro)))
  ((search basic)
   (uses-interfaces)
   (typed-exports
     (binary-search-sorted-vector
       procedure
       (arity 2 2 #f))
     (breadth-first-search procedure (arity 3 0 #f))
     (depth-first-search procedure (arity 3 0 #f))))
  ((statprof)
   (uses-interfaces)
   (typed-exports
     (statprof-accumulated-time
       procedure
       (arity 0 0 #f))
     (statprof-active? procedure (arity 0 0 #f))
     (statprof-call-data->stats
       procedure
       (arity 1 0 #f))
     (statprof-call-data-calls
       procedure
       (arity 1 0 #f))
     (statprof-call-data-cum-samples
       procedure
       (arity 1 0 #f))
     (statprof-call-data-name
       procedure
       (arity 1 0 #f))
     (statprof-call-data-self-samples
       procedure
       (arity 1 0 #f))
     (statprof-display procedure (arity 0 0 #t))
     (statprof-display-anomolies
       procedure
       (arity 0 0 #f))
     (statprof-fetch-call-tree
       procedure
       (arity 0 0 #f))
     (statprof-fetch-stacks procedure (arity 0 0 #f))
     (statprof-fold-call-data
       procedure
       (arity 2 0 #f))
     (statprof-proc-call-data
       procedure
       (arity 1 0 #f))
     (statprof-reset procedure (arity 3 0 #t))
     (statprof-sample-count procedure (arity 0 0 #f))
     (statprof-start procedure (arity 0 0 #f))
     (statprof-stats-%-time-in-proc
       procedure
       (arity 1 0 #f))
     (statprof-stats-calls procedure (arity 1 0 #f))
     (statprof-stats-cum-secs-in-proc
       procedure
       (arity 1 0 #f))
     (statprof-stats-cum-secs-per-call
       procedure
       (arity 1 0 #f))
     (statprof-stats-proc-name
       procedure
       (arity 1 0 #f))
     (statprof-stats-self-secs-in-proc
       procedure
       (arity 1 0 #f))
     (statprof-stats-self-secs-per-call
       procedure
       (arity 1 0 #f))
     (statprof-stop procedure (arity 0 0 #f))
     (with-statprof macro)))
  ((string completion)
   (uses-interfaces)
   (typed-exports
     (<string-completer> class)
     (add-strings! generic (<string-completer> <top>))
     (all-completions procedure (arity 2 0 #f))
     (case-sensitive-completion?
       generic
       (<string-completer>))
     (complete generic (<string-completer> <top>))))
  ((string soundex)
   (uses-interfaces)
   (typed-exports
     (soundex procedure (arity 1 0 #f))))
  ((string transform)
   (uses-interfaces)
   (typed-exports
     (center-string procedure (arity 1 3 #f))
     (collapse-repeated-chars
       procedure
       (arity 1 2 #f))
     (escape-special-chars procedure (arity 3 0 #f))
     (expand-tabs procedure (arity 1 1 #f))
     (left-justify-string procedure (arity 1 2 #f))
     (right-justify-string procedure (arity 1 2 #f))
     (transform-string procedure (arity 3 2 #f))))
  ((string wrap)
   (uses-interfaces)
   (typed-exports
     (<text-wrapper> class)
     (fill-string
       generic
       (<text-wrapper> <top>)
       (<top> . <top>))
     (string->wrapped-lines
       generic
       (<text-wrapper> <top>)
       (<top> . <top>))))
  ((sxml apply-templates)
   (uses-interfaces)
   (typed-exports
     (apply-templates procedure (arity 2 0 #f))))
  ((sxml fold)
   (uses-interfaces)
   (typed-exports
     (fold procedure (arity 3 0 #f))
     (fold-layout procedure (arity 5 0 #f))
     (fold-values procedure (arity 2 0 #t))
     (foldt procedure (arity 3 0 #f))
     (foldts procedure (arity 5 0 #f))
     (foldts* procedure (arity 5 0 #f))
     (foldts*-values procedure (arity 4 0 #t))))
  ((sxml simple)
   (uses-interfaces)
   (typed-exports
     (sxml->string procedure (arity 1 0 #f))
     (sxml->xml procedure (arity 1 1 #f))
     (universal-sxslt-rules <pair>)
     (xml->sxml procedure (arity 0 1 #f))))
  ((sxml ssax)
   (uses-interfaces)
   (typed-exports
     (attlist->alist procedure (arity 1 0 #f))
     (attlist-add procedure (arity 2 0 #f))
     (attlist-fold procedure (arity 3 0 #f))
     (attlist-null? procedure (arity 1 0 #f))
     (attlist-remove-top procedure (arity 1 0 #f))
     (make-empty-attlist procedure (arity 0 0 #f))
     (ssax:complete-start-tag
       procedure
       (arity 5 0 #f))
     (ssax:make-elem-parser macro)
     (ssax:make-parser macro)
     (ssax:make-pi-parser macro)
     (ssax:read-attributes procedure (arity 2 0 #f))
     (ssax:read-cdata-body procedure (arity 3 0 #f))
     (ssax:read-char-data procedure (arity 4 0 #f))
     (ssax:read-char-ref procedure (arity 1 0 #f))
     (ssax:read-external-id procedure (arity 1 0 #f))
     (ssax:read-markup-token procedure (arity 1 0 #f))
     (ssax:read-pi-body-as-string
       procedure
       (arity 1 0 #f))
     (ssax:reverse-collect-str-drop-ws
       procedure
       (arity 1 0 #f))
     (ssax:skip-internal-dtd procedure (arity 1 0 #f))
     (ssax:uri-string->symbol
       procedure
       (arity 1 0 #f))
     (ssax:xml->sxml procedure (arity 2 0 #f))
     (xml-token-head macro)
     (xml-token-kind macro)
     (xml-token? procedure (arity 1 0 #f))))
  ((sxml ssax input-parse)
   (uses-interfaces)
   (typed-exports
     (assert-curr-char procedure (arity 2 1 #f))
     (next-token procedure (arity 2 2 #f))
     (next-token-of procedure (arity 1 1 #f))
     (peek-next-char procedure (arity 0 1 #f))
     (read-string procedure (arity 1 1 #f))
     (read-text-line procedure (arity 0 1 #f))
     (skip-until procedure (arity 1 1 #f))
     (skip-while procedure (arity 1 1 #f))))
  ((sxml transform)
   (uses-interfaces)
   (typed-exports
     (SRV:send-reply procedure (arity 0 0 #t))
     (foldts procedure (arity 5 0 #f))
     (post-order procedure (arity 2 0 #f))
     (pre-post-order procedure (arity 2 0 #f))
     (replace-range procedure (arity 3 0 #f))))
  ((sxml xpath)
   (uses-interfaces)
   (typed-exports
     (filter procedure (arity 1 0 #f))
     (map-union procedure (arity 2 0 #f))
     (node-closure procedure (arity 1 0 #f))
     (node-eq? procedure (arity 1 0 #f))
     (node-equal? procedure (arity 1 0 #f))
     (node-join procedure (arity 0 0 #t))
     (node-or procedure (arity 0 0 #t))
     (node-parent procedure (arity 1 0 #f))
     (node-pos procedure (arity 1 0 #f))
     (node-reduce procedure (arity 0 0 #t))
     (node-reverse procedure (arity 1 0 #f))
     (node-self procedure (arity 1 0 #f))
     (node-trace procedure (arity 1 0 #f))
     (node-typeof? procedure (arity 1 0 #f))
     (nodeset? procedure (arity 1 0 #f))
     (select-kids procedure (arity 1 0 #f))
     (sxpath procedure (arity 1 0 #f))
     (take-after procedure (arity 1 0 #f))
     (take-until procedure (arity 1 0 #f))))
  ((term ansi-color)
   (uses-interfaces)
   (typed-exports
     (color procedure (arity 0 0 #t))
     (colorize-string procedure (arity 1 0 #t))))
  ((texinfo)
   (uses-interfaces)
   (typed-exports
     (call-with-file-and-dir procedure (arity 2 0 #f))
     (stexi->sxml procedure (arity 1 0 #f))
     (texi->stexi procedure (arity 1 0 #f))
     (texi-command-depth procedure (arity 2 0 #f))
     (texi-command-specs <pair>)
     (texi-fragment->stexi procedure (arity 1 0 #f))))
  ((texinfo docbook)
   (uses-interfaces)
   (typed-exports
     (*sdocbook->stexi-rules* <pair>)
     (*sdocbook-block-commands* <pair>)
     (filter-empty-elements procedure (arity 1 0 #f))
     (replace-titles procedure (arity 1 0 #f))
     (sdocbook-flatten procedure (arity 1 0 #f))))
  ((texinfo html)
   (uses-interfaces)
   (typed-exports
     (add-ref-resolver! procedure (arity 1 0 #f))
     (stexi->shtml procedure (arity 1 0 #f))
     (urlify procedure (arity 1 0 #f))))
  ((texinfo indexing)
   (uses-interfaces)
   (typed-exports
     (stexi-extract-index procedure (arity 3 0 #f))))
  ((texinfo nodal-tree)
   (uses-interfaces)
   (typed-exports
     (stexi->nodal-tree procedure (arity 0 0 #t))))
  ((texinfo plain-text)
   (uses-interfaces)
   (typed-exports
     (stexi->plain-text procedure (arity 1 0 #f))))
  ((texinfo reflection)
   (uses-interfaces)
   (typed-exports
     (module-stexi-documentation
       procedure
       (arity 0 0 #t))
     (object-stexi-documentation
       procedure
       (arity 0 0 #t))
     (package-stexi-documentation
       procedure
       (arity 0 0 #t))
     (package-stexi-extended-menu
       procedure
       (arity 4 0 #f))
     (package-stexi-generic-menu
       procedure
       (arity 2 0 #f))
     (package-stexi-standard-copying
       procedure
       (arity 6 0 #f))
     (package-stexi-standard-menu
       procedure
       (arity 4 0 #f))
     (package-stexi-standard-prologue
       procedure
       (arity 7 0 #f))
     (package-stexi-standard-titlepage
       procedure
       (arity 4 0 #f))
     (script-stexi-documentation
       procedure
       (arity 1 0 #f))))
  ((texinfo serialize)
   (uses-interfaces)
   (typed-exports
     (stexi->texi procedure (arity 1 0 #f))))
  ((text parse-lalr)
   (uses-interfaces)
   (typed-exports
     (lalr-parser macro)
     (print-states procedure (arity 0 0 #f))))
  ((unit-test)
   (uses-interfaces)
   (typed-exports
     (<test-case> class)
     (<test-result> class)
     (<test-suite> class)
     (add generic
          (<test-suite> <test-case>)
          (<test-suite> <test-suite>))
     (assert-equal procedure (arity 2 0 #f))
     (assert-exception macro)
     (assert-numeric-= procedure (arity 3 0 #f))
     (assert-true procedure (arity 1 0 #f))
     (exit-with-summary procedure (arity 1 0 #f))
     (failure-messages generic (<test-result>))
     (name generic (<test-case>) (<test-suite>))
     (run generic
          (<test-case> <test-result>)
          (<test-suite> <test-result>))
     (run-all-defined-test-cases
       procedure
       (arity 0 0 #f))
     (set-up-test generic (<test-case>))
     (summary generic (<test-result>))
     (tear-down-test generic (<test-case>))
     (test-failed generic (<test-result> <string>))
     (test-started generic (<test-result> <string>))
     (tests generic (<test-suite>))
     (tests-failed generic (<test-result>))
     (tests-log generic (<test-result>))
     (tests-run generic (<test-result>)))))