
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages.
4 lines
97 B
Racket
4 lines
97 B
Racket
#lang racket/base
|
|
(require "string-constant.rkt")
|
|
(provide (all-from-out "string-constant.rkt"))
|