Some DCG constructs aren't supported and can't be expanded, here we remove offending DCG rule and don't compile it at all – in a similar fashion to what we do when incorrect goal was found – whole predicate isn't getting compiled. Fixes #2675
8 lines
91 B
TOML
8 lines
91 B
TOML
# issue 2675
|
|
args = [
|
|
"-f",
|
|
"--no-add-history",
|
|
"-g", "halt",
|
|
"main.pl"
|
|
]
|