Fork me on GitHub
#parinfer
<
2018-08-15
>
onetom04:08:25

what was that trick for forcing the inferred closing paren and the end of a (comment) expression to stay on a separate line? it was something like:

(comment
  (some expr)
  ...
  #__)

onetom04:08:04

or maybe:

(comment
  (some expr)
  ...
  #_{})

shaunlebron06:08:06

#__ was mentioned here

4