Skip to content

Commit 5c293e3

Browse files
authored
Provide everything from racket in typed/racket/base/no-check. (#1249)
Unfortunately this was accidentally done previously, and fixing it in #1224 unfortunately broke existing code.
1 parent 97acb6a commit 5c293e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#lang typed-racket/minimal
22

3-
(require racket/require typed/private/no-check-helper
3+
(require racket/require typed/private/no-check-helper typed/racket/no-check
44
(subtract-in typed/racket/base typed/private/no-check-helper))
5-
(provide (all-from-out typed/racket/base typed/private/no-check-helper))
5+
(provide (all-from-out typed/racket/base typed/racket/no-check typed/private/no-check-helper))

0 commit comments

Comments
 (0)