A comment of pure truth
1 files changed, 1 insertions(+), 0 deletions(-) M client.rkt
M client.rkt => client.rkt +1 -0
@@ 11,6 11,7 @@ (require net/http-client) (require net/uri-codec) (require typed/json) ; TODO: all of these type declarations are horrid (require/typed binaryio [bytes->integer (->* (Bytes Boolean) (Boolean Natural Natural) Integer)] [integer->bytes (->* (Integer Positive-Integer Boolean) (Boolean Bytes Natural) Bytes)]