8 lines
160 B
Racket
8 lines
160 B
Racket
#lang racket/base
|
|
|
|
(require racket/unit compiler/sig compiler/option)
|
|
|
|
(provide compiler:option@)
|
|
|
|
(define-unit-from-context compiler:option@ compiler:option^)
|