mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
4 lines
158 B
Scheme
4 lines
158 B
Scheme
(define-library (chibi apropos)
|
|
(export apropos apropos-list)
|
|
(import (scheme base) (chibi) (chibi string) (srfi 1) (srfi 95))
|
|
(include "apropos.scm"))
|