scryer-prolog
scryer-prolog copied to clipboard
rebis-dev: variable_names/1 option no longer works
Example:
?- write_term(A, [variable_names(['A'=A])]). _69576 true.
Regression from master.
The error cases all work as expected.
This is now resolved, thank you a lot!