antitypical / TesseractCore

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

Graph traversal #16

Closed robrix closed 9 years ago

robrix commented 9 years ago

Folds over graphs.

Graphs are directed, but not necessarily acyclic; traversal therefore needs to account for cycles.