From 22c8cdec0b9b382ba5962ee6b0c06482f177fe73 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 3 Aug 2011 08:39:59 -0600 Subject: [PATCH] another more doc correction (should have been part of the previous commit) --- collects/scribblings/guide/unit.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl index 358b7c33e1..99c954d18d 100644 --- a/collects/scribblings/guide/unit.scrbl +++ b/collects/scribblings/guide/unit.scrbl @@ -240,6 +240,8 @@ unit's imports using the exports of other linked units. @interaction[ #:eval toy-eval +(eval:alts (require "toy-factory-sig.rkt") (void)) +(eval:alts (require "toy-store-sig.rkt") (void)) (eval:alts (require "store-specific-factory-unit.rkt") (void)) (define-compound-unit/infer toy-store+factory@ (import)