Changed my name :)
This commit is contained in:
parent
d0e61ac7e9
commit
ac1ef7072b
2
info.rkt
2
info.rkt
|
@ -16,4 +16,4 @@
|
||||||
("multi-id.hl.rkt" () (omit-start))))
|
("multi-id.hl.rkt" () (omit-start))))
|
||||||
(define pkg-desc "Description Here")
|
(define pkg-desc "Description Here")
|
||||||
(define version "0.9")
|
(define version "0.9")
|
||||||
(define pkg-authors '(|Georges Dupéron|))
|
(define pkg-authors '(|Suzanne Soy|))
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
@(chunks-toc-prefix
|
@(chunks-toc-prefix
|
||||||
'("(lib multi-id/multi-id.hl.rkt)"))
|
'("(lib multi-id/multi-id.hl.rkt)"))
|
||||||
|
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
This document describes the implementation of the
|
This document describes the implementation of the
|
||||||
@racketmodname[multi-id] library, using literate
|
@racketmodname[multi-id] library, using literate
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
scribble-enhanced]
|
scribble-enhanced]
|
||||||
|
|
||||||
@title{Polyvalent identifiers with @racket[multi-id]}
|
@title{Polyvalent identifiers with @racket[multi-id]}
|
||||||
@author{Georges Dupéron}
|
@author{Suzanne Soy}
|
||||||
|
|
||||||
@defmodule[multi-id]
|
@defmodule[multi-id]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user