www

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

commit dec565176b8c6db3334531a1043f0a38cc98b95c
parent c45bfb25492a5fbedad50c7ad530d82bbbb43e3c
Author: suzanne.soy <gitea@suzanne.soy>
Date:   Tue, 25 Mar 2025 01:45:03 +0000

Merge pull request 'Update info.rkt add to language category on docs.racket-lang.org' (#1) from spdegabrielle/patch-1 into main

Reviewed-on: https://gitea.suzanne.soy/suzanne.soy/envlang-racket/pulls/1

Diffstat:
Minfo.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.rkt b/info.rkt @@ -8,7 +8,7 @@ "polysemy" "scribble-lib" "hyper-literate")) -(define scribblings '(("scribblings/envlang.scrbl" (multi-page)))) +(define scribblings '(("scribblings/envlang.scrbl" (multi-page) (language)))) (define pkg-desc "A language with first-class-environments") (define version "0.1") (define pkg-authors '(|Suzanne Soy|))