flowtick / graphs

A simple graph library for Scala
https://flowtick.github.io/graphs
Apache License 2.0
10 stars 4 forks source link

(cats): add instance for traverse #25

Closed adrobisch closed 3 years ago

adrobisch commented 3 years ago

attempt to implement a traverse on graphs by capturing the old ids and mapping the edges accordingly

addes kind projector to simplify signatures