7 lines
178 B
Scheme
7 lines
178 B
Scheme
(module (prometheus)
|
|
(make-prometheus-root-object
|
|
*the-root-object*
|
|
define-method
|
|
define-object)
|
|
(import (chicken base))
|
|
(include-relative "prometheus-impl.scm"))
|