You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a general rule, never use append/3 when the first argument is a bound list with a fixed number of arguments. In this particular case, you can rewrite it as:
keep_past([eve| L]):- examine_head(L).
The text was updated successfully, but these errors were encountered:
DALI/src/active_dali_wi.pl
Line 239 in eb30e1d
As a general rule, never use
append/3
when the first argument is a bound list with a fixed number of arguments. In this particular case, you can rewrite it as:The text was updated successfully, but these errors were encountered: