mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
4 lines
133 B
Scheme
4 lines
133 B
Scheme
(define-library (pingala binomial)
|
|
(export binomial)
|
|
(import (scheme base) (pingala factorial))
|
|
(include "binomial-impl.scm"))
|