utils: Make the contract of collect-by-key more specific.
This commit is contained in:
parent
740918a542
commit
45db731859
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#:e-func (-> any/c any/c))
|
||||
graph?)]
|
||||
[pretty-print-set (-> generic-set? string?)]
|
||||
[collect-by-key (-> (listof any/c) (listof any/c) (values (listof any/c) (listof any/c)))]
|
||||
[collect-by-key (-> (listof any/c) (listof any/c) (values (listof any/c) (listof (listof any/c))))]
|
||||
[collect-by-key/sets (-> (listof any/c) (listof any/c) (values (listof any/c) (listof (set/c any/c))))]
|
||||
|
||||
[ht-values:list->set (-> (hash/c any/c (listof any/c)) (hash/c any/c (set/c any/c)))])
|
||||
|
|
Loading…
Reference in a new issue