.
original commit: 1bd92c441435a2c2ae5f0a37c7d5e6559e620360
This commit is contained in:
parent
a259ec0ed6
commit
6275438ef9
|
@ -17,13 +17,13 @@
|
||||||
boolean?
|
boolean?
|
||||||
(listof path?)
|
(listof path?)
|
||||||
boolean?
|
boolean?
|
||||||
any?
|
any/c
|
||||||
(-> any)
|
(-> any)
|
||||||
(string? any? . -> . void?)
|
(string? any/c . -> . void?)
|
||||||
(string? any? . -> . void?)
|
(string? any/c . -> . void?)
|
||||||
(string? string? string? path? (union string? number? false?) any? . -> . void?)
|
(string? string? string? path? (union string? number? false/c) any/c . -> . void?)
|
||||||
. -> .
|
. -> .
|
||||||
(union string? false?))]
|
(union string? false/c))]
|
||||||
|
|
||||||
(build-string-finds/finds (string?
|
(build-string-finds/finds (string?
|
||||||
boolean?
|
boolean?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user