parinfer 2018-08-15

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)
  ...
  #__)

or maybe:

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

#__ was mentioned here

👍🏾 1