```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl1.pl -g halt error(syntax_error(inconsistent_entry),load/1). ``` ```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl2.pl -g halt error(syntax_error(inconsistent_entry),load/1). ``` ```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl3.pl -g halt error(syntax_error(inconsistent_entry),load/1). ``` ```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl4.pl -g halt error(syntax_error(inconsistent_entry),load/1). ``` ```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl5.pl -g halt error(syntax_error(inconsistent_entry),load/1). ``` ```trycmd $ scryer-prolog -f --no-add-history tests-pl/invalid_decl6.pl -g halt error(syntax_error(inconsistent_entry),load/1). ```