Add type for regexp-replaces
Please merge to v6.0 original commit: 1f74a6713907d7e1770dc8422164ef1bb01b904f
This commit is contained in:
parent
d138d2df0c
commit
9ff3fa9ff0
|
@ -333,6 +333,13 @@
|
|||
(->opt (Un -String -Regexp) -String (Un -String (->* (list -String) -String -String)) [-Bytes] -String)
|
||||
(->opt (Un -Bytes -Byte-Regexp) (Un -Bytes -String) (Un -Bytes -String (->* (list -Bytes) -Bytes -Bytes)) [-Bytes] -Bytes)
|
||||
(->opt -Pattern -Bytes (Un -Bytes -String (->* (list -Bytes) -Bytes -Bytes)) [-Bytes] -Bytes))]
|
||||
[regexp-replaces
|
||||
(-> (Un -String -Bytes)
|
||||
(-lst (-lst* (Un -String -Bytes -Regexp -Byte-Regexp)
|
||||
(Un -String -Bytes
|
||||
(->* (list -String) -String -String)
|
||||
(->* (list -Bytes) -Bytes -Bytes))))
|
||||
(Un -String -Bytes))]
|
||||
[regexp-replace-quote
|
||||
(cl->*
|
||||
[-> -String -String]
|
||||
|
|
Loading…
Reference in New Issue
Block a user