mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
6 lines
114 B
Scheme
6 lines
114 B
Scheme
|
|
(define-library (chibi equiv)
|
|
(export equiv?)
|
|
(import (chibi))
|
|
(import (srfi 69))
|
|
(include "equiv.scm"))
|