e2788be237
The generics module will probably disappear or take a different shape in the near future.
12 lines
309 B
Racket
12 lines
309 B
Racket
#lang scribble/manual
|
|
@(require (for-label racket graph))
|
|
|
|
@title[#:tag "networks"]{dds/networks: Formal Dynamical Networks}
|
|
|
|
@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")
|
|
]
|