Added missing export of regexp-fold-right.
This commit is contained in:
parent
a05217d045
commit
34898c9b91
|
@ -150,7 +150,7 @@
|
||||||
&opt (proc (:exact-integer :value) :value)
|
&opt (proc (:exact-integer :value) :value)
|
||||||
:exact-integer)
|
:exact-integer)
|
||||||
:value))
|
:value))
|
||||||
(regexp-fold (proc (:value (proc (:value :exact-integer :value) :value)
|
(regexp-fold-right (proc (:value (proc (:value :exact-integer :value) :value)
|
||||||
:value
|
:value
|
||||||
:string
|
:string
|
||||||
&opt (proc (:exact-integer :value) :value)
|
&opt (proc (:exact-integer :value) :value)
|
||||||
|
|
Loading…
Reference in New Issue