RosettaCodeData/Task/Documentation/Racket/documentation.rkt
2023-07-01 13:44:08 -04:00

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.
}