Changed my name :)
This commit is contained in:
parent
b297d9453a
commit
4510f1e5cf
2
info.rkt
2
info.rkt
|
@ -8,4 +8,4 @@
|
||||||
(define scribblings '(("scribblings/chain-module-begin.scrbl" ())))
|
(define scribblings '(("scribblings/chain-module-begin.scrbl" ())))
|
||||||
(define pkg-desc "Use this to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.")
|
(define pkg-desc "Use this to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.")
|
||||||
(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{Chaining module languages}
|
@title{Chaining module languages}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
@defmodule[chain-module-begin]
|
@defmodule[chain-module-begin]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user