graph.rkt: Better present the Stack Overflow link.

This commit is contained in:
Sergiu Ivanov 2021-01-01 20:48:07 +01:00
parent 40c0dcf617
commit 82b1150444
1 changed files with 3 additions and 1 deletions

View File

@ -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))