Rename the main Racket file and the collection name.

Allows exposing the contents of this package (typed-graph) as
typed/graph (in the collection typed).
This commit is contained in:
Sergiu Ivanov 2020-12-29 22:46:09 +01:00
parent 991ab94922
commit e13042e802
2 changed files with 1 additions and 1 deletions

View File

View File

@ -1,6 +1,6 @@
#lang info #lang info
(define collection "typed-graph") (define collection "typed")
(define deps '("base" (define deps '("base"
"graph-lib" "graph-lib"
"typed-racket-lib" "typed-racket-lib"