refactor: move test-decoder

This commit is contained in:
hylo 2022-12-30 17:53:13 +01:00
parent 91b2dfbe87
commit 8c1fa72d81
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
#!/usr/bin/env -S guile -s
!#
(use-modules (json) (toml) (ice-9 match) (ice-9 textual-ports) (ice-9 pretty-print))
(use-modules
(toml parser)
(json)
(ice-9 match)
(ice-9 textual-ports)
(ice-9 pretty-print))
(define test-value->scm
(lambda (v)