Open chuckhoupt opened 4 years ago
When alsdir is not present (for example, when using a saved image), library predicates fail instead of throw an error. Example from dev dir using library append/2:
alsdir
append/2
$ rm -rf alsdir $ ./alspro ... ?- append([[a],[b]], X). no.
When
alsdir
is not present (for example, when using a saved image), library predicates fail instead of throw an error. Example from dev dir using libraryappend/2
: