From 82b1150444e8d7e912277343f556d12e4b3c7239 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 1 Jan 2021 20:48:07 +0100 Subject: [PATCH] graph.rkt: Better present the Stack Overflow link. --- graph.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graph.rkt b/graph.rkt index f4603a7..a7d6613 100644 --- a/graph.rkt +++ b/graph.rkt @@ -14,7 +14,9 @@ #lang typed/racket -;https://stackoverflow.com/questions/65386334/racket-generic-graph-library-in-typed-racket +;;; This file implements Alex Knauth's solution presented here: +;;; +;;; https://stackoverflow.com/questions/65386334/racket-generic-graph-library-in-typed-racket (module graph-wrapper racket (require (prefix-in g: graph))