aboutsummaryrefslogtreecommitdiff
path: root/lib.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'lib.rkt')
-rw-r--r--lib.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rkt b/lib.rkt
index 6fc3204..8dca172 100644
--- a/lib.rkt
+++ b/lib.rkt
@@ -72,7 +72,7 @@
[`(ref ,e) (desugar `(new ,e))]
[`(deref ,e) (desugar `(! ,e))]
[`(set ,e1 ,e2 ,in)
- (desugar `(let _ (set ,e1 ,e2) ,in))]
+ (desugar `(let _ (: Unit) (set ,e1 ,e2) ,in))]
[`(let ,x (: (→ ,k ,a ,b)) (λ ,x ,e) ,in)
(desugar `((λ ,x (: (→ ,k ,a ,b)) ,in) (λ ,x (: ,a) ,e)))]