graph.rkt: Better present the Stack Overflow link.
This commit is contained in:
parent
40c0dcf617
commit
82b1150444
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue