Open jasonhemann opened 2 years ago
Thank you, I have filed this as an issue for Scryer Prolog: https://github.com/mthom/scryer-prolog/issues/1432.
This is now corrected in Scryer Prolog via https://github.com/mthom/scryer-prolog/commit/ed89c43e484918a045ec7433292772346ca896bc!
Following the "Attributed Variables" chapter
https://www.metalevel.at/prolog/attributedvariables
, in a fresh REPL usingscryer-prolog
version "v0.9.0-63-gc490d818", I constructed a fileattrmod.pl
, and then attempted to use it at toplevel.I did not expect this behavior. Perhaps a default implementation of
attribute_goals
in the suggestedattrmod.pl
file?