fix: export scm->toml

This commit is contained in:
hylo 2022-12-30 18:11:03 +01:00
parent 476672a212
commit bed74c5c1a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
(define-module (toml)
#:use-module (toml parser)
#:re-export (toml->scm))
#:use-module (toml builder)
#:re-export (toml->scm scm->toml))