Changed my name :)
This commit is contained in:
parent
fed2278132
commit
9e93ef93b0
|
@ -1,5 +1,5 @@
|
||||||
anaphoric
|
anaphoric
|
||||||
Copyright (c) 2016-2017 Georges Dupéron
|
Copyright (c) 2016-2017 Suzanne Soy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
racket/stxparam]]
|
racket/stxparam]]
|
||||||
|
|
||||||
@title{Dotted identifiers and @racket[λ<arg>.code] syntax}
|
@title{Dotted identifiers and @racket[λ<arg>.code] syntax}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
@(begin
|
@(begin
|
||||||
(module orig-racket/base racket/base
|
(module orig-racket/base racket/base
|
||||||
|
|
2
info.rkt
2
info.rkt
|
@ -17,4 +17,4 @@
|
||||||
(define pkg-desc
|
(define pkg-desc
|
||||||
"Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax")
|
"Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax")
|
||||||
(define version "0.2")
|
(define version "0.2")
|
||||||
(define pkg-authors '("Georges Dupéron"))
|
(define pkg-authors '("Suzanne Soy"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user