www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 178be4a42aadff060efd8793349ad2b49d8c2617
parent c439b4b7f4bf58317da0c58b92675d167b0ef946
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Sun, 28 Feb 2021 01:34:46 +0000

fixed path

Diffstat:
Mparse/experimental/private/substitute.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parse/experimental/private/substitute.rkt b/parse/experimental/private/substitute.rkt @@ -3,4 +3,4 @@ (for-syntax (only racket/base version) (only racket/base #%app #%datum)) stxparse-info/my-include) -(my-include "../../../" "/racket/collects/syntax/parse/experimental/substitute.rkt") +(my-include "../../../" "/racket/collects/syntax/parse/experimental/private/substitute.rkt")