1#lang racket/base 2(require "../expand/context.rkt" 3 "../expand/syntax-local.rkt") 4 5(provide expobs-primitives) 6 7(define expobs-primitives 8 (hasheq 'current-expand-observe current-expand-observe 9 'syntax-local-expand-observer syntax-local-expand-observer)) 10