antitypical / TesseractCore

Tesseract’s evaluation and type system.
MIT License
30 stars 1 forks source link

Parameterize Graph over the Edge type #40

Open robrix opened 9 years ago

robrix commented 9 years ago

Will enable undirected graphs and more interesting ones (e.g. graphs with both undirected and directed edges); will also enable appending data onto edges.

We’ll need a good EdgeType abstraction for this to work properly.