stchang / graph

Generic graph library and algorithms for Racket.
Apache License 2.0
58 stars 21 forks source link

graphviz: support arbitrary edge values #53

Closed stchang closed 4 years ago

stchang commented 4 years ago

see discussions here: https://groups.google.com/d/topic/racket-users/2ea5zaD5NrU/discussion

scolobb commented 4 years ago

@stchang I made pull request implementing your suggestion to replace = with equal? and doing a couple other small changes: https://github.com/stchang/graph/pull/54

stchang commented 4 years ago

Added in https://github.com/stchang/graph/commit/fb3c144665f2384f8b5013f9472e688aca8e9674

Thanks again!