www

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

commit 7e065683819aaeb3ef748fd5cd219ea096120a44
parent f4ee90f3fa5cf4508bade4db61b1e9dc075cf86e
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:31:36 +0000

Fixed syntax

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

diff --git a/typed-map-doc/info.rkt b/typed-map-doc/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map-lib/info.rkt b/typed-map-lib/info.rkt @@ -8,4 +8,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map-test/info.rkt b/typed-map-test/info.rkt @@ -8,4 +8,4 @@ (define build-deps '("aful")) (define pkg-desc "Tests for typed-map-lib") (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map/info.rkt b/typed-map/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))