8 lines
195 B
Racket
8 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.
|
||
|
|
}
|