about summary refs log tree commit diff
path: root/third_party/immer/extra/guile/immer.scm.in
blob: 8624aabd5bf413dc2e35161bd222e412e4bf1125 (plain) (blame)
1
2
3
4
5
(define-module (immer))

;; The extension automatically exports the names via 'scm_c_export'
(load-extension "@GUILE_EXTENSION_DIR@/libguile-immer"
                "init_immer")