Attempting to trace failure of `is_list/1` leads to an error. ``` ?- trace(is_list/1, +fail). % is_list/1: [fail] ERROR: sig_atomic/1: C-stack limit (8,372,224 bytes) exceeded. ERROR: Use the shell command ERROR: sig_atomic/1: C-stack limit (8,372,224 bytes) exceeded. ERROR: Use the shell command ... ```
Attempting to trace failure of
is_list/1leads to an error.