Remove display

This commit is contained in:
Georges Dupéron 2017-02-05 09:07:47 +01:00
parent 83faf976f1
commit 0f577ba470

View File

@ -122,7 +122,6 @@
(and (vector? present-variables**)
(vector->list present-variables**)))
(unless ((listof (syntax/c boolean?)) present-variables*)
(displayln expanded-form)
(raise-syntax-error 'ddd
(string-append
"internal error: could not extract the vector of"
@ -135,8 +134,6 @@
(map (λ (id)
(define prop (syntax-property id 'lifted-pvar))
(unless ((cons/c symbol? stx-list?) prop)
(displayln id)
(displayln prop)
(raise-syntax-error 'ddd
(string-append
"internal error: 'lifted-pvar property was "
@ -175,7 +172,7 @@
(define-values (present-variables lifted-variables)
(extract-present-variables #'expanded-condition stx))
(displayln lifted-variables)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TODO: lifted stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(define/with-syntax (test-present-attribute )
(for/list ([present? (in-list present-variables)]