3 lines
119 B
Racket
3 lines
119 B
Racket
(module uahgi-ng racket/base
|
|
(provide lambda quote add1 begin #%module-begin #%app #%datum #%expression #%top)
|
|
)
|