Ah hah! Thanks for that link Robby. The appropriate definition tag for list-ref
is '(def ('#%kernel list-ref)). Extracted this function for figuring out the
definition tag of an identifier in an installed module:
(define (find-definition-tag identifier)
(xref-binding->definition-tag
(load-collections-xref)
identifier
0))
Although now I'm hitting problems where fetch-blueboxes-strs works perfectly
fine with anything in the main distribution, but fails on bindings from third
party packages.
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.