I would like to switch from SWI-Prolog to Prova - but it seems to be harder than expected:
Predicates like succ()
are not available and operations like Var1+Var2>Var3
do not work (obviously it has to be Var3<Var1+Var2
to be valid).
Is there documentation available describing the differences between Prolog dialects?