PasteRack.org
Paste # 35715
2016-09-28 21:30:29

Fork as a new paste.

Paste viewed 65 times.


Embed:

  1. #lang racket
  2.  
  3. (require (for-syntax racket/base))
  4. (begin-for-syntax
  5.   (println (local-expand (datum->syntax #f '(cons 3 4)) 'expression '())))

=>