mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
6 lines
117 B
Text
6 lines
117 B
Text
|
|
(module (chibi equiv)
|
|
(export equiv?)
|
|
(import-immutable (scheme))
|
|
(import (srfi 69))
|
|
(include "equiv.scm"))
|