dds/scribblings/rs.scrbl
Sergiu Ivanov e2788be237 Add the Scribble files for almost all modules.
The generics module will probably disappear or take a different shape
in the near future.
2020-11-29 17:43:20 +01:00

13 lines
288 B
Racket

#lang scribble/manual
@(require (for-label racket graph))
@title[#:tag "rs"]{dds/rs: Reaction Systems}
@racketblock[
(define (nobody-understands-me what)
(list "When I think of all the"
what
"I've tried so hard to explain!"))
(nobody-understands-me "glorble snop")
]