halt on Ctrl-D in toplevel (#473)
This commit is contained in:
@@ -127,6 +127,8 @@ instruction_match(Term, VarList) :-
|
||||
print_exception_with_check(E))
|
||||
)
|
||||
;
|
||||
Term = end_of_file -> halt
|
||||
;
|
||||
submit_query_and_print_results(Term, VarList)
|
||||
).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user