remove deb

This commit is contained in:
Vitor Santos Costa 2016-08-05 16:37:15 -05:00
parent 0f19d518f2
commit 3d4a525e32

View File

@ -141,7 +141,7 @@ must_be_of_type(Type, X, _Comment) :-
).
must_bind_to_type(Type, X) :-
( may_bind_to_type(Type, X), writeln(X)
( may_bind_to_type(Type, X)
-> true
; is_not(Type, X)
).