trueagi-io / hyperon-experimental

OpenCog Hyperon experimental version
https://wiki.opencog.org/w/Hyperon
MIT License
122 stars 43 forks source link

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

Closed luketpeterson closed 2 months ago

luketpeterson commented 2 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.