respect ambiguity with ., add ... to indicate more answers

This commit is contained in:
Mark Thom
2019-04-29 22:44:53 -06:00
parent 14d629492d
commit fb023c99c1
6 changed files with 34 additions and 31 deletions

View File

@@ -15,6 +15,6 @@ read_and_match :-
!.
'$print_exception'(E) :-
write_term('error: exception thrown: ', [quoted(false)]),
write_term('caught: ', [quoted(false)]),
writeq(E),
nl.