We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following call to the deprecated name/2 predicate can be replaced with a call to the standard atom_codes/2 predicate:
name/2
atom_codes/2
DALI/src/metti_var.pl
Line 25 in eb30e1d
Never use name/2 when the first argument is know to be an atom and never a number.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following call to the deprecated
name/2
predicate can be replaced with a call to the standardatom_codes/2
predicate:DALI/src/metti_var.pl
Line 25 in eb30e1d
Never use
name/2
when the first argument is know to be an atom and never a number.The text was updated successfully, but these errors were encountered: