commit 311d0ef9c4f3800a8df603cd5a4224dd5c5f489a
parent db1a438d9017ee6346c9acbb165942499bd3da50
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 20 Apr 2017 19:54:33 +0200
Do not provide worklist-function directly, only provide the wrapper macro.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/main.rkt b/main.rkt
@@ -4,10 +4,6 @@
(require (only-in type-expander unsafe-cast))
-;; TODO: write a macro wrapper which does the unsafe-cast (until the bug in TR
-;; is fixed), and (un)wraps the inputs and outputs.
-(provide worklist-function)
-
(struct (A) I ([v : A]) #:transparent)
(struct (A) O ([v : A]) #:transparent)