certify in one more place
svn: r9058
This commit is contained in:
parent
0ee6afc2a1
commit
a3076b8648
|
@ -72,7 +72,7 @@
|
|||
[acc (reverse acc)]
|
||||
;; remove the first element, if it's #f
|
||||
[acc (cond [(null? acc) acc] [(not (car acc)) (cdr acc)] [else acc])])
|
||||
(make-Struct id pred (get-lineage #'s) acc
|
||||
(make-Struct id pred (get-lineage (cert #'s)) acc
|
||||
(if (eq? '_ (syntax-e #'pats))
|
||||
(map make-Dummy acc)
|
||||
(let* ([ps (syntax->list #'pats)])
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
[acc (reverse acc)]
|
||||
;; remove the first element, if it's #f
|
||||
[acc (cond [(null? acc) acc] [(not (car acc)) (cdr acc)] [else acc])])
|
||||
(make-Struct id pred (get-lineage #'s) acc
|
||||
(make-Struct id pred (get-lineage (cert #'s)) acc
|
||||
(if (eq? '_ (syntax-e #'pats))
|
||||
(map make-Dummy acc)
|
||||
(let* ([ps (syntax->list #'pats)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user