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
We might be able to add a trait to Signature such that it assumes that each atom has a particular label that is used to ensure validity. This could include arity, Hindley-Milner types, and perhaps other sorts of validity constraints. It would also make it possible to relocate TRS from the programinduction crate to term_rewriting and could significantly reduce the complexity of that code.
The text was updated successfully, but these errors were encountered:
We might be able to add a trait to Signature such that it assumes that each atom has a particular label that is used to ensure validity. This could include arity, Hindley-Milner types, and perhaps other sorts of validity constraints. It would also make it possible to relocate
TRS
from theprograminduction
crate toterm_rewriting
and could significantly reduce the complexity of that code.The text was updated successfully, but these errors were encountered: