utils: Use module (ice-9 match)

pull/1/head
Luis Guilherme Coelho 2023-12-02 10:49:34 -03:00
parent 7f6ce2b65a
commit f591770d03
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
(define-module (radix utils)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
#:use-module (ice-9 match)
#:export (associate-left
associate-right
flatmap))