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