utils: Fix exported symbol flatmap to flat-map

pull/1/head
Luis Guilherme Coelho 2023-12-02 16:27:22 -03:00
parent f591770d03
commit 5901e88f4d
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#:use-module (ice-9 match)
#:export (associate-left
associate-right
flatmap))
flat-map))
(define-syntax-rule
(associate-left (key associations) ...)