trueagi-io / hyperon-experimental

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

Updating include op's type to match new behavior from prior PR #686

Closed luketpeterson closed 6 months ago

luketpeterson commented 6 months ago

In PR the behavior of the include stdlib op was changed to potentially return an atom rather than the unit type. I forgot to update the type signature, so that's what this PR does.