Closed pmoura closed 2 years ago
With this fix (and the strict_iso flag turned off):
strict_iso
| ?- length(L, L). no | ?- length(1, 1). uncaught exception: error(type_error(list,1),top_level/0)
All Logtalk bundled tests for this predicate pass (see latest git version).
Integrated differently at the C level
With this fix (and the
strict_iso
flag turned off):All Logtalk bundled tests for this predicate pass (see latest git version).