trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
151 stars 49 forks source link

Fix equality check for grounded ops in stdlib #708

Closed vsbogd closed 5 months ago

vsbogd commented 5 months ago

Fixes most of the issues with #694 Add macros to add default implementations of the PartialEq and Display for the grounded operations. Use macros to redefined PartialEq logic for grounded operations in standard library.