You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not something that should be addressed anytime soon, but eventually it might be nice to define transformation algebras not as Python Language objects but read them from RDF files. Something like:
lang:type [ a lang:Set, :params 1 ], [ a lang:Int ].
lang:operator [ a lang:sum, :type "Set(Int) -> Int" ].
This way, we would become more implementation-independent.
The text was updated successfully, but these errors were encountered:
This is not something that should be addressed anytime soon, but eventually it might be nice to define transformation algebras not as Python
Language
objects but read them from RDF files. Something like:This way, we would become more implementation-independent.
The text was updated successfully, but these errors were encountered: