7 lines
195 B
Racket
7 lines
195 B
Racket
#lang scribble/manual
|
|
(require (for-label "sandwiches.rkt"))
|
|
|
|
@defproc[(make-sandwich [ingredients (listof ingredient?)])
|
|
sandwich?]{
|
|
Returns a sandwich given the right ingredients.
|
|
}
|