Fixed syntax

This commit is contained in:
Suzanne Soy 2021-03-04 21:30:05 +00:00
parent 963de56ea8
commit 7f222c8c50
4 changed files with 4 additions and 4 deletions

View File

@ -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|))

View File

@ -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|))

View File

@ -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|))

View File

@ -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|))