type-expander/lang.rkt

3 lines
84 B
Racket

#lang racket/base
(require "lang/main.rkt")
(provide (all-from-out "lang/main.rkt"))