Closed cfinegan closed 7 years ago
get-implied-docs still isn't getting the implied docs from the package table correctly. I believe that this is because I used a string as a key in the json table without calling string->symbol on it first.
get-implied-docs
string->symbol
Tested and done
get-implied-docs
still isn't getting the implied docs from the package table correctly. I believe that this is because I used a string as a key in the json table without callingstring->symbol
on it first.