
pavpanchekha
2022-6-13 06:21:40
I bet I’m missing something obvious, but I’m trying to document a library using Scribble, and I’m using @examples
for code examples, and the output doesn’t seem to be using custom formatters. (As in, implementations of gen:custom-write
)

pavpanchekha
2022-6-13 06:23:51
Specifically I have an example that evaluates to an ival
, a #:transparent
struct that also implements gen:custom-write
. And I’m seeing the “default” representation, not my custom one.