Changed my name :)
This commit is contained in:
parent
89133cdc9b
commit
9971ab1212
|
@ -1,5 +1,5 @@
|
||||||
anaphoric
|
anaphoric
|
||||||
Copyright (c) 2016-2017 Georges Dupéron
|
Copyright (c) 2016-2017 Suzanne Soy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
info.rkt
2
info.rkt
|
@ -7,4 +7,4 @@
|
||||||
(define compile-omit-paths '("test/"))
|
(define compile-omit-paths '("test/"))
|
||||||
(define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.")
|
(define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.")
|
||||||
(define version "0.1")
|
(define version "0.1")
|
||||||
(define pkg-authors '(|Georges Dupéron|))
|
(define pkg-authors '(|Suzanne Soy|))
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
racket/base]]
|
racket/base]]
|
||||||
|
|
||||||
@title{Anaphoric conditionals}
|
@title{Anaphoric conditionals}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
@defmodule[anaphoric]
|
@defmodule[anaphoric]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user