File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
drracket-tool-doc/scribblings/drracket-tools Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,13 @@ in order to make the results be platform independent.
140140 annotations are those in the original file and this is a syntax object
141141 introduced by a macro and thus has a source location from some other file ).
142142
143- Otherwise, it should return some (non-@racket[#f ])
144- value that will then be passed to one of the other methods below as
145- a @racket[_source-obj] argument.
143+ Otherwise, it should return some (non-@racket[#f ]) value
144+ that will then be passed to one of the other methods below
145+ as a @racket[_source-obj] argument. Also, the result of this
146+ method is used as a key in an @racket[equal?]-based
147+ @tech[#:doc '(lib "scribblings/reference/reference.scrbl " )]{hash},
148+ so two source objects should refer to the same original source
149+ if and only if they are @racket[equal?].
146150 }
147151
148152 @defmethod[(syncheck:add-text-type [source-obj (not/c #f )]
You can’t perform that action at this time.
0 commit comments