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.
This commit is contained in:
parent
3273944af5
commit
1380cfea34
|
@ -1,7 +1,8 @@
|
||||||
#lang typed/racket
|
#lang typed/racket
|
||||||
(require racket/syntax)
|
(require racket/syntax)
|
||||||
|
|
||||||
(: f : -> Syntax)
|
(: f : -> (Syntaxof Any))
|
||||||
(define (f)
|
(define (f)
|
||||||
(with-syntax* ([(x ...) (list 1 2 3)])
|
(with-syntax* ([(x ...) (list 1 2 3)])
|
||||||
#`(#,(syntax +) x ...)))
|
#`(#,(syntax +) x ...)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user