trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
8 stars 11 forks source link

Implement 'sealed' function in interpreter #61

Closed TeamSPoon closed 1 month ago

TeamSPoon commented 2 months ago

We need to implement the 'sealed' function in the interpreter as specified in stdlib.rs, stdlib_minimal.rs. A test file should also be created to ensure the function works correctly. The symbol for this function was found in the following files: stdlib.rs, stdlib_minimal.rs.