Skip to content

Commit 4093675

Browse files
capfredfsamth
authored andcommitted
use paths of typed racket modules directly
1 parent f943648 commit 4093675

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

rackunit-typed/rackunit/type-env-ext.rkt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#lang racket/base
22

3-
(require typed-racket/utils/utils
4-
(prefix-in ru: rackunit)
3+
(require (prefix-in ru: rackunit)
54
(for-syntax
65
racket/base syntax/parse
7-
(utils tc-utils)
8-
(env init-envs)
9-
(rep prop-rep object-rep type-rep)
10-
(types abbrev)))
6+
typed-racket/utils/tc-utils
7+
typed-racket/env/init-envs
8+
typed-racket/rep/prop-rep
9+
typed-racket/rep/object-rep
10+
typed-racket/rep/type-rep
11+
typed-racket/types/abbrev))
1112

1213
(define-for-syntax unit-env
1314
(make-env

0 commit comments

Comments
 (0)