www

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

commit 34927d13f6fbceb1a83654c188e415182dbae239
parent e1f58aaa0f455971ce3403747ca7ccedad825214
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:31:57 +0000

Fixed syntax

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

diff --git a/info.rkt b/info.rkt @@ -10,4 +10,4 @@ (define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket")))) (define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.") (define version "0.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))