~edwargix/tallyard

6da79596467b05163c6f00d0086f7d29486bc32c — David Florness 5 years ago 1265e94
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)]