remove deb
This commit is contained in:
parent
0f19d518f2
commit
3d4a525e32
@ -141,7 +141,7 @@ must_be_of_type(Type, X, _Comment) :-
|
|||||||
).
|
).
|
||||||
|
|
||||||
must_bind_to_type(Type, X) :-
|
must_bind_to_type(Type, X) :-
|
||||||
( may_bind_to_type(Type, X), writeln(X)
|
( may_bind_to_type(Type, X)
|
||||||
-> true
|
-> true
|
||||||
; is_not(Type, X)
|
; is_not(Type, X)
|
||||||
).
|
).
|
||||||
|
Reference in New Issue
Block a user