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
|
||||
(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