Hi,
scribble seems to be done only for prefix notation, if i do that:
@defform[{name <- value}]{
Assign to the variable @racket[name] the value @racket[value].
}
scribble will assume name
to be the macro name instead of <-
, this annoying because in the index only name
will appear.
Is there a way to circumvent this behavior?
Regards,