File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
rhombus/rhombus/scribblings/meta Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 101101 the value. The given @rhombus(statinfo_stx) is in unpacked form
102102 (i.e., @rhombus(statinfo_meta.pack) is applied automatically).
103103 The optional @rhombus(track_stxes) argument is passed along to
104- @rhombus(Syntax .track_origin) on the resulting syntax object to connect
104+ @rhombus(syntax_meta .track_origin) on the resulting syntax object to connect
105105 expansion tracking from the @rhombus(track_stxes) members to the packed
106106 binding expansion; see also @secref("stxobj-track").
107107
Original file line number Diff line number Diff line change 218218 unspecified and meant to be opaque.
219219
220220 The optional @rhombus(track_stxes) argument is passed along to
221- @rhombus(Syntax .track_origin) on the resulting syntax object to connect
221+ @rhombus(syntax_meta .track_origin) on the resulting syntax object to connect
222222 expansion tracking from the @rhombus(track_stxes) members to the packed
223223 binding expansion.
224224
Original file line number Diff line number Diff line change 247247 .call_to_expand_using(
248248 stx :: Syntax,
249249 proc :: Syntax -> Syntax
250- ) :: S7yntax
250+ ) :: Syntax
251251){
252252
253253 The @rhombus(syntax_meta.make_definition_context) function creates a
269269 object, returning the new syntax object with those scopes added.}
270270
271271 @item{The @rhombus(syntax_meta.DefinitionContext.track_origin) method
272- transfers gathered @rhombus(Syntax .track_origin)-like expansion
272+ transfers gathered @rhombus(syntax_meta .track_origin)-like expansion
273273 information to the given syntax object, where information is gathered
274274 during each @rhombus(syntax_meta.DefinitionContext.add_definitions)
275275 call.}
You can’t perform that action at this time.
0 commit comments