Documentation for dict utilities?
cmpitg opened this issue · 2 comments
cmpitg commented
As in dict.rkt
, you provide three very useful functions dict-merge-delete-value
, dict-merge
, dict->curly-string
. Would it be better if they are documented?
greghendershott commented
Good point. Re dict-merge
, I was a little worried I might be reinventing the wheel, that there's already some more elegant way to do this in Racket. However I'm only aware of hash-union
, which is great, but (a) is only for hash
es and (b) I don't think supports deleting.
I won't be able to edit the doc for at least a few days, maybe a week. If you want to take a shot at it for me, you're welcome to do so. :) Otherwise I'll check back within a week, and if it's still open, assign it to myself and do it.
cmpitg commented
Alright, I'll take a shot then :-).