This commit is contained in:
Vítor Santos Costa 2015-11-05 17:20:25 +00:00
parent 27bfbdc1be
commit ed4b76ddc6

View File

@ -167,5 +167,3 @@ plus(X, Y, Z) :-
'$do_error'(type_error(integer, Z),plus(X,Y,Z)).
'$plus_error'(X,Y,Z) :-
'$do_error'(instantiation_error,plus(X,Y,Z)).