antitypical / TesseractCore

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

Import and export graph names. #46

Closed amackworth closed 9 years ago

amackworth commented 9 years ago

Fixes #42.

robrix commented 9 years ago

Kudos on the initiative, but I don’t think this is the direction this should take. Graphs should remain abstract; rather, we’d import/export (String, Graph<T>) pairs.

amackworth commented 9 years ago

How's that look?

robrix commented 9 years ago

That’s the stuff! Nice one, thank you.

amackworth commented 9 years ago

🙏