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