bennn / racket-mutt

Racket API for the Mutt email client
Other
3 stars 1 forks source link

relax `content?` contract to `outputable/c` #21

Open bennn opened 4 years ago

bennn commented 4 years ago

Use scribble/text to render "content" to a string, rather than content->string

https://docs.racket-lang.org/scribble-pp/text.html#(part._.Text_.Generation_.Functions)

Benefits: accepts symbols and numbers in the output, so something like this works fine:

@(define hw 'hw1)

Start @|hw| now