no-day / fp-ts-graph

Immutable functional graph data structure for fp-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `fromEntries`as a simpler way to create a graph

thought2 opened this issue · comments

  • Should be analogous to toEntries, resulting in an Option<Graph>
  • All graph creations in examples/tests should be changed to this more readable and comparable way