From e13042e802bb78c71a3774ddde6bb30ad2682cf4 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 29 Dec 2020 22:46:09 +0100 Subject: [PATCH] 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). --- main.rkt => graph.rkt | 0 info.rkt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename main.rkt => graph.rkt (100%) diff --git a/main.rkt b/graph.rkt similarity index 100% rename from main.rkt rename to graph.rkt diff --git a/info.rkt b/info.rkt index 9643432..d060ea8 100644 --- a/info.rkt +++ b/info.rkt @@ -1,6 +1,6 @@ #lang info -(define collection "typed-graph") +(define collection "typed") (define deps '("base" "graph-lib" "typed-racket-lib"