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