certify in one more place

svn: r9058
This commit is contained in:
Sam Tobin-Hochstadt 2008-03-22 02:11:50 +00:00
parent 0ee6afc2a1
commit a3076b8648
2 changed files with 2 additions and 2 deletions

View File

@ -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)])

View File

@ -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)])