ALSProlog
ALSProlog copied to clipboard
Library preds should throw error when library not found
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:
$ rm -rf alsdir
$ ./alspro
...
?- append([[a],[b]], X).
no.