mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
5 lines
135 B
Scheme
5 lines
135 B
Scheme
|
|
(define-library (chibi monad environment)
|
|
(export define-environment-monad)
|
|
(import (scheme base))
|
|
(include "environment.scm"))
|