utils: Fix exported symbol flatmap to flat-map
parent
f591770d03
commit
5901e88f4d
|
@ -4,7 +4,7 @@
|
|||
#:use-module (ice-9 match)
|
||||
#:export (associate-left
|
||||
associate-right
|
||||
flatmap))
|
||||
flat-map))
|
||||
|
||||
(define-syntax-rule
|
||||
(associate-left (key associations) ...)
|
||||
|
|
Loading…
Reference in New Issue