From dc19e9c9b2e257ed1acc225840654ca28074989a Mon Sep 17 00:00:00 2001 From: Daniel Feltey Date: Mon, 31 Aug 2015 14:24:56 -0500 Subject: [PATCH] Clarify syntax property further --- racket/collects/racket/unit.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/racket/collects/racket/unit.rkt b/racket/collects/racket/unit.rkt index ba6ae8dac6..2933f4e2fd 100644 --- a/racket/collects/racket/unit.rkt +++ b/racket/collects/racket/unit.rkt @@ -1648,7 +1648,9 @@ ;; Attach a syntax-property containing indices of init-depends signatures ;; for this compound unit. Although this property is attached to all ;; compound-units, it is only meaningful when the compound unit was - ;; created via compound-unit/infer + ;; created via compound-unit/infer. Only the `inferred` dependencies + ;; will appear in this syntax property, when no inference occurs the property + ;; will contain an empty list. (syntax-property (quasisyntax/loc (error-syntax) (let ([deps '()]