Fix test case for last commit.
There ought to be a way to improve the type of `apply-pattern-substitute`, but we haven't found it yet. original commit: 1380cfea346dd8a56ee7c9110b6da4fbc2ed2f96
This commit is contained in:
parent
81614d110c
commit
2bce000075
|
@ -1,7 +1,8 @@
|
|||
#lang typed/racket
|
||||
(require racket/syntax)
|
||||
|
||||
(: f : -> Syntax)
|
||||
(: f : -> (Syntaxof Any))
|
||||
(define (f)
|
||||
(with-syntax* ([(x ...) (list 1 2 3)])
|
||||
#`(#,(syntax +) x ...)))
|
||||
|
Loading…
Reference in New Issue
Block a user