Add support for #lang type-expander/lang #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of using
(require type-expander)
to shadow the definitions fromtyped/racket/base
ortyped/racket
, it would be nice to just write#lang type-expander/base
or#lang type-expander
.