utils: Use module (ice-9 match)
parent
7f6ce2b65a
commit
f591770d03
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue