www

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

commit e7f7270bdb70708f58bbda27ffad07509085e5fe
parent bbdf6dcc6ed8787eb85c3a7938604879a361b9f8
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Fri,  5 Mar 2021 04:06:02 +0000

Added authors

Diffstat:
Maful/docs/aful.scrbl | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/aful/docs/aful.scrbl b/aful/docs/aful.scrbl @@ -6,7 +6,9 @@ read read-syntax) (except-in aful/reader read read-syntax))) - +@author[ + "Alex Knauth" + @author+email["Suzanne Soy" "racket@suzanne.soy"]] @title{aful} @;; example: @aful-code{(map #λ(+ % 1) '(1 2 3))}