Skip to content

Commit

Permalink
generate error message for slotted expressions for TPTP
Browse files Browse the repository at this point in the history
  • Loading branch information
tmitsi committed Oct 21, 2018
1 parent 9cc32a4 commit 4aa538e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,11 @@ psoa
else
replace(startIdx, 7, "sloterm");
}
append(")");
else
{
throw new TranslatorException("Slotted expressions are not supported");
}
append(")");
}
| // No slot or tuples
{
Expand Down

0 comments on commit 4aa538e

Please sign in to comment.