scryer-prolog icon indicating copy to clipboard operation
scryer-prolog copied to clipboard

Wrong error format for resource overflows

Open UWN opened this issue 1 year ago • 0 comments

?- catch((length(L,N),L=N),error(E,Imp_def),true).
   throw(resource_error(memory)), unexpected.
   E = resource_error(memory), ... . % expected, but not found

UWN avatar Sep 29 '24 05:09 UWN