From bc404aaa545f03184afcb9d93fcfb6ec8ff4a4cf Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 4 Sep 2009 08:38:40 +0000 Subject: [PATCH] re-directed image svn: r15878 --- collects/teachpack/htdp/scribblings/image.scrbl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/teachpack/htdp/scribblings/image.scrbl b/collects/teachpack/htdp/scribblings/image.scrbl index c2ed9d0319..89dacecd0f 100644 --- a/collects/teachpack/htdp/scribblings/image.scrbl +++ b/collects/teachpack/htdp/scribblings/image.scrbl @@ -16,6 +16,9 @@ shapes. Additional primitives allow for the composition of images. @defproc[(image? [x any/c]) boolean?]{Is @scheme[x] an image?} +@defproc[(image=? [x image?] [y image?]) boolean?]{Are @scheme[x] and +@scheme[y] the same image?} + @;----------------------------------------------------------------------------- @section[#:tag "modes-colors"]{Modes and Colors}