ALSProlog icon indicating copy to clipboard operation
ALSProlog copied to clipboard

Library preds should throw error when library not found

Open chuckhoupt opened this issue 5 years ago • 0 comments

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.

chuckhoupt avatar May 04 '20 01:05 chuckhoupt