Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:46 +00:00
parent 396409cb63
commit 61921a827e
37 changed files with 37 additions and 37 deletions

View File

@ -19,4 +19,4 @@
(define scribblings '(("scribblings/phc-toolkit.scrbl" (multi-page))))
(define pkg-desc "My toolkit")
(define version "1.1")
(define pkg-authors '(|Georges Dupéron|))
(define pkg-authors '(|Suzanne Soy|))

View File

@ -9,7 +9,7 @@
generate-temporary)
@title{Aliases for other racket identifiers}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/aliases
#:use-sources
[phc-toolkit/aliases]]

View File

@ -4,7 +4,7 @@
@for-label[phc-toolkit/untyped/backtrace]]
@(def-orig typed [phc-toolkit/backtrace])
@title{Untyped versions of backtrace}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/untyped/backtrace
#:use-sources
[(submod (lib "phc-toolkit/backtrace.rkt") untyped)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/backtrace]]
@title{backtrace}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/backtrace
#:use-sources
[(submod (lib "phc-toolkit/backtrace.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/compat]]
@title{Compatibility wrappers}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/compat
#:use-sources
[(submod (lib "phc-toolkit/compat.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/cond-let]]
@title{cond-let}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/cond-let
#:use-sources
[(submod (lib "phc-toolkit/cond-let.rkt") typed)]]

View File

@ -5,7 +5,7 @@
racket/function
racket/contract]]
@title{contract}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/contract
#:use-sources
[(submod (lib "phc-toolkit/contract.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/eval-get-values]]
@title{eval-get-values}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/eval-get-values
#:use-sources
[(submod (lib "phc-toolkit/eval-get-values.rkt") typed)]]

View File

@ -4,7 +4,7 @@
@for-label[phc-toolkit/fixnum]]
@(def-orig orig [racket/fixnum] fxxor)
@title{Fixnum operations (fxxor …)}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/fixnum
#:use-sources
[(submod (lib "phc-toolkit/fixnum.rkt") typed)]]

View File

@ -3,7 +3,7 @@
racket/base]]
@title{for*/list*}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/untyped/for-star-list-star]

View File

@ -11,7 +11,7 @@
racket/base]]
@title[#:tag "phc-toolkit-format-id-record"]{Formatting identifiers so that
DrRacket still shows arrows}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/untyped-only/format-id-record
#:use-sources
[(lib "phc-toolkit/untyped-only/format-id-record.rkt")]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/generate-indices]]
@title{generate-indices}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/generate-indices
#:use-sources
[(submod (lib "phc-toolkit/generate-indices.rkt") typed)]]

View File

@ -6,7 +6,7 @@
phc-toolkit/ids
phc-toolkit/contract]]
@title{Generating identifiers}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/ids
#:use-sources
[(submod (lib "phc-toolkit/ids.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/in]]
@title{in}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/in
#:use-sources
[(lib "phc-toolkit/in.rkt")]]

View File

@ -2,5 +2,5 @@
@require[racket/require
(for-label (only-meta-in 0 phc-toolkit/list-lang))]
@title{list-lang}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/list-lang]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/list]]
@title{list}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/list
#:use-sources
[(submod (lib "phc-toolkit/list.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/logn-id]]
@title{logn-id}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/logn-id
#:use-sources
[(submod (lib "phc-toolkit/logn-id.rkt") typed)]]

View File

@ -6,7 +6,7 @@
racket/struct-info]]
@title{meta operations on structs}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@section{Typed macros and procedures}

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/multiassoc-syntax]]
@title{multiassoc-syntax}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/multiassoc-syntax
#:use-sources
[(submod (lib "phc-toolkit/multiassoc-syntax.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/not-implemented-yet]]
@title{not-implemented-yet}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/not-implemented-yet
#:use-sources
[(submod (lib "phc-toolkit/not-implemented-yet.rkt") typed)]]

View File

@ -3,7 +3,7 @@
racket/base]]
@title{phc-toolkit}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/repeat-stx]]
@title{repeat-stx}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/repeat-stx
#:use-sources
[(submod (lib "phc-toolkit/repeat-stx.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/require-provide]]
@title{require-provide}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/require-provide
#:use-sources
[(submod (lib "phc-toolkit/require-provide.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/sequence]]
@title{sequence}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/sequence
#:use-sources
[(submod (lib "phc-toolkit/sequence.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/set]]
@title{set}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/set
#:use-sources
[(submod (lib "phc-toolkit/set.rkt") typed)]]

View File

@ -15,7 +15,7 @@
syntax-e)
@title{Syntax object manipulation utilities}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/stx
#:use-sources

View File

@ -12,7 +12,7 @@
~bind)
@title{Pattern expanders}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@declare-exporting[phc-toolkit/syntax-parse
#:use-sources

View File

@ -6,7 +6,7 @@
syntax/parse]]
@title{@racket[syntax-parse] helpers}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/syntax-parse
#:use-sources

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/test-framework]]
@title{test-framework}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/test-framework
#:use-sources
[(submod (lib "phc-toolkit/test-framework.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/threading]]
@title{threading}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/threading
#:use-sources
[(submod (lib "phc-toolkit/threading.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/tmpl]]
@title{tmpl}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/tmpl
#:use-sources
[(submod (lib "phc-toolkit/tmpl.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/type-inference-helpers]]
@title{type-inference-helpers}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/type-inference-helpers
#:use-sources
[(submod (lib "phc-toolkit/type-inference-helpers.rkt") typed)]]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/typed-rackunit-extensions]]
@title{Extensions for @racketmodname[typed/rackunit]}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/typed-rackunit-extensions
#:use-sources

View File

@ -22,7 +22,7 @@
check-not-exn)
@title{Utilities and patches for @racketmodname[typed/rackunit]}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/typed-rackunit]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/typed-untyped]]
@title{typed-untyped}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/typed-untyped
#:use-sources
[(lib "phc-toolkit/typed-untyped.rkt")]]

View File

@ -3,7 +3,7 @@
racket/base]]
@title{Untyped versions of the modules}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/untyped]

View File

@ -3,7 +3,7 @@
"utils.rkt"
@for-label[phc-toolkit/values]]
@title{values}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
@defmodule[phc-toolkit/values
#:use-sources
[(submod (lib "phc-toolkit/values.rkt") typed)]]