www

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

commit 7f222c8c5096fb1598369eee1f1288ca2e289dee
parent 963de56ea8aac0941d07313c0900b63ee12a0126
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:30:05 +0000

Fixed syntax

Diffstat:
Mphc-adt-doc/info.rkt | 2+-
Mphc-adt-lib/info.rkt | 2+-
Mphc-adt-test/info.rkt | 2+-
Mphc-adt/info.rkt | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/phc-adt-doc/info.rkt b/phc-adt-doc/info.rkt @@ -22,4 +22,4 @@ "datatype")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt-lib/info.rkt b/phc-adt-lib/info.rkt @@ -22,4 +22,4 @@ "scribble-math")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt-test/info.rkt b/phc-adt-test/info.rkt @@ -11,4 +11,4 @@ (define build-deps '()) (define pkg-desc "Tests for the phc-adt library") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt/info.rkt b/phc-adt/info.rkt @@ -9,4 +9,4 @@ (define build-deps '()) (define pkg-desc "Algebraic Datatypes tailored for writing compilers") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))