use correct constructor
svn: r14630
This commit is contained in:
parent
18f89c73e4
commit
4d8ba2bca6
|
@ -107,8 +107,8 @@
|
||||||
(define (tc-id id)
|
(define (tc-id id)
|
||||||
(let* ([ty (lookup-type/lexical id)])
|
(let* ([ty (lookup-type/lexical id)])
|
||||||
(ret ty
|
(ret ty
|
||||||
(make-LFilterSet (list (make-NotTypeFilter (-val #f) null id))
|
(make-FilterSet (list (make-NotTypeFilter (-val #f) null id))
|
||||||
(list (make-TypeFilter (-val #f) null id)))
|
(list (make-TypeFilter (-val #f) null id)))
|
||||||
(make-Path null id))))
|
(make-Path null id))))
|
||||||
|
|
||||||
;; typecheck an expression, but throw away the effect
|
;; typecheck an expression, but throw away the effect
|
||||||
|
|
Loading…
Reference in New Issue
Block a user