antitypical / TesseractCore

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

Identifier locality #69

Closed robrix closed 9 years ago

robrix commented 9 years ago

Identifiers are no longer implicitly stateful.

Construction is still convenient by means of new Graph & Identifier constructors—Identifier(graph) will pick a fresh identifier for the graph, and Graph can now be constructed with an array of identifiers.

Fixes #68.