;; These modules should be part of Chicken one day. ;; Then we can remove this file and have it auto-generated by chicken-install (eval '(import (only chicken receive))) (##sys#register-compiled-module 'srfi-8 (list) '() (list 'receive) (list)) (eval '(import (only chicken define-record-type))) (##sys#register-compiled-module 'srfi-9 (list) '() (list 'define-record-type) (list)) (eval '(import (only chicken case-lambda fx=))) (##sys#register-compiled-module 'srfi-16 (list) '((fx= . #%fx=)) (list 'case-lambda) (list)) (eval '(import (only chicken error))) (##sys#register-compiled-module 'srfi-23 (list) '((error . #%error)) (list) (list)) (eval '(import _prometheus)) (##sys#register-compiled-module 'prometheus (list) '((make-prometheus-root-object . _prometheus#make-prometheus-root-object) (*the-root-object* . _prometheus#*the-root-object*)) (list 'define-object 'define-method) (list))