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
…d unification.
- Tests how `match` and `remove-atom` handle indexed variables.
- Implements `match-alpha` for alpha-equivalent expressions.
- Introduces `match-unifiable` for variable-based unification.
- Includes an optimized indexed lookup version for efficiency.
- Related issue: trueagi-io/metta-wam#238
\
- Tests `get-type` on user-defined types, ensuring proper resolution.\
- Reproduces bug trueagi-io#238 where `get-type` fails on constructed terms.\
- Expected output: `(Attribute)`, observed: error.\
- Includes reference to the GitHub issue for tracking.
What is the problem?
The built-in
get-type
does not work on a simple user defined type.How to reproduce your problem?
Run the following program with MeTTaLog
What do you get?
What would you normally expect?
What else do you have to say?
The
get-type
calls on terms individually works, that isproperly outputs
It only fails when
get-type
is called on(MkShapeAttribute Box)
.The text was updated successfully, but these errors were encountered: