From 6da79596467b05163c6f00d0086f7d29486bc32c Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 10 Mar 2020 16:09:39 -0600 Subject: [PATCH] A comment of pure truth --- client.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/client.rkt b/client.rkt index a4f1652..96da68f 100644 --- a/client.rkt +++ b/client.rkt @@ -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)] -- 2.38.4